Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv19050 Modified Files: mplayer.c Log Message: The person who checked in the previous patch accidentally put a declaration in the wrong place. (C sucks :-) Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.690 retrieving revision 1.691 diff -u -r1.690 -r1.691 --- mplayer.c 7 Apr 2003 16:03:37 -0000 1.690 +++ mplayer.c 7 Apr 2003 20:55:32 -0000 1.691 @@ -3276,8 +3276,8 @@ } else #ifdef USE_SUB if (osd_show_sub_changed) { - tmp = subdata->filename; char *tmp2; + tmp = subdata->filename; if (tmp2 = strrchr(tmp, '/')) { tmp = tmp2+1; }
participants (1)
-
Ross Finlayson CVS