[vlc-commits] ram: fixed typo

Isamu Arimoto git at videolan.org
Fri Jan 11 22:45:30 CET 2013


vlc/vlc-2.0 | branch: master | Isamu Arimoto <isamu.a at gmail.com> | Fri Jan 11 23:44:18 2013 +0200| [08277ca271ad5682fe39d93e657c73c7448e20d7] | committer: Rémi Denis-Courmont

ram: fixed typo

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit bd788b65fc2d12ace47154874fedd431dc9a9a4c)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=08277ca271ad5682fe39d93e657c73c7448e20d7
---

 modules/demux/playlist/ram.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/playlist/ram.c b/modules/demux/playlist/ram.c
index dab0202..65fe3e5 100644
--- a/modules/demux/playlist/ram.c
+++ b/modules/demux/playlist/ram.c
@@ -343,7 +343,7 @@ static int Demux( demux_t *p_demux )
             if( !EMPTY_STR( psz_copyright ) ) input_item_SetCopyright( p_input, psz_copyright );
             if( !EMPTY_STR( psz_album ) ) input_item_SetAlbum( p_input, psz_album );
             if( !EMPTY_STR( psz_genre ) ) input_item_SetGenre( p_input, psz_genre );
-            if( !EMPTY_STR( psz_year ) ) input_item_SetDate( p_input, psz_copyright );
+            if( !EMPTY_STR( psz_year ) ) input_item_SetDate( p_input, psz_year );
             if( !EMPTY_STR( psz_cdnum ) ) input_item_SetTrackNum( p_input, psz_cdnum );
             if( !EMPTY_STR( psz_comments ) ) input_item_SetDescription( p_input, psz_comments );
 



More information about the vlc-commits mailing list