[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.30,1.31
Jürgen Keil
jkeil at mplayerhq.hu
Fri Sep 13 22:00:22 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/loader afl.c,1.3,1.4 com.h,1.4,1.5 driver.c,1.8,1.9 driver.h,1.2,1.3 elfdll.c,1.4,1.5 ext.c,1.8,1.9 ext.h,1.2,1.3 ldt_keeper.c,1.8,1.9 ldt_keeper.h,1.1,1.2 loader.h,1.4,1.5 module.c,1.9,1.10 pe_image.c,1.6,1.7 pe_resource.c,1.2,1.3 registry.c,1.12,1.13 resource.c,1.2,1.3 win32.c,1.61,1.62 win32.h,1.9,1.10 wineacm.h,1.2,1.3 module.h,1.1,NONE
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.50,1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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++ )
{
- Previous message: [Mplayer-cvslog] CVS: main/loader afl.c,1.3,1.4 com.h,1.4,1.5 driver.c,1.8,1.9 driver.h,1.2,1.3 elfdll.c,1.4,1.5 ext.c,1.8,1.9 ext.h,1.2,1.3 ldt_keeper.c,1.8,1.9 ldt_keeper.h,1.1,1.2 loader.h,1.4,1.5 module.c,1.9,1.10 pe_image.c,1.6,1.7 pe_resource.c,1.2,1.3 registry.c,1.12,1.13 resource.c,1.2,1.3 win32.c,1.61,1.62 win32.h,1.9,1.10 wineacm.h,1.2,1.3 module.h,1.1,NONE
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.50,1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list