[Mplayer-cvslog] CVS: main/libmenu menu_filesel.c,1.7,1.8
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Mon Feb  3 10:33:26 CET 2003
    
        - Previous message: [Mplayer-cvslog] CVS: main edl.h,1.1,1.2 AUTHORS,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_rtp_codec.cpp,NONE,1.1 demux_rtp_internal.h,NONE,1.1 Makefile,1.50,1.51demux_rtp.cpp,1.9,1.10
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/libmenu
In directory mail:/var/tmp.root/cvs-serv4583
Modified Files:
	menu_filesel.c 
Log Message:
lstat->stat
found by Sebastian Kapfer <sebastian_kapfer at web.de>
Index: menu_filesel.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmenu/menu_filesel.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- menu_filesel.c	26 Jan 2003 16:03:16 -0000	1.7
+++ menu_filesel.c	3 Feb 2003 09:33:22 -0000	1.8
@@ -94,7 +94,7 @@
   int l = strlen(dir) + strlen(file);
   char s[l+2];
   sprintf(s,"%s/%s",dir,file);
-  return lstat(s,st);
+  return stat(s,st);
 }
 
 static int compare(char **a, char **b){
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main edl.h,1.1,1.2 AUTHORS,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_rtp_codec.cpp,NONE,1.1 demux_rtp_internal.h,NONE,1.1 Makefile,1.50,1.51demux_rtp.cpp,1.9,1.10
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list