CVS: main/Gui/mplayer/gtk fs.c,1.30,1.31
13 Sep
2002
13 Sep
'02
4 p.m.
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk In directory mail:/var/tmp.root/cvs-serv11108 Modified Files: fs.c Log Message: Can't return pointer to automatic C array, gmplayer file selector box does not show video files; use a static string instead. Index: fs.c =================================================================== RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- fs.c 1 Sep 2002 21:26:48 -0000 1.30 +++ fs.c 13 Sep 2002 20:00:20 -0000 1.31 @@ -121,7 +121,7 @@ static char * Filter( char * name ) { - char tmp[32]; + static char tmp[32]; int i,c; for ( i=0,c=0;i < strlen( name );i++ ) {
8460
Age (days ago)
8460
Last active (days ago)
0 comments
1 participants
participants (1)
-
J�rgen Keil