[Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.46,1.47
Arpi of Ize
arpi at mplayerhq.hu
Mon Jan 6 14:12:13 CET 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv15239
Modified Files:
tv.c
Log Message:
10l? :)
patch by Stephane Jourdois <mplayer-dev-eng at rubis.org>
Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- tv.c 5 Jan 2003 14:58:05 -0000 1.46
+++ tv.c 6 Jan 2003 13:12:09 -0000 1.47
@@ -250,7 +250,7 @@
strcpy(tv_channel_current->name, strchr(tmp, '-') + 1);
strchr(tmp, '-')[0] = '\0';
- strncpy(tv_channel_current->number, tmp, 4);
+ strncpy(tv_channel_current->number, tmp, 5);
while (strchr(tv_channel_current->name, '_'))
strchr(tv_channel_current->name, '_')[0] = ' ';
More information about the MPlayer-cvslog
mailing list