[Mplayer-cvslog] CVS: main get_path.c,1.4,1.5

Diego Biurrun CVS diego at mplayerhq.hu
Wed Apr 30 20:16:50 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9283

Modified Files:
	get_path.c 
Log Message:
Cygwin should behave like a Unix environment, i.e. config files should be
in .mplayer.


Index: get_path.c
===================================================================
RCS file: /cvsroot/mplayer/main/get_path.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- get_path.c	18 Apr 2003 20:11:36 -0000	1.4
+++ get_path.c	30 Apr 2003 18:16:21 -0000	1.5
@@ -2,7 +2,7 @@
 char *get_path(char *filename){
 	char *homedir;
 	char *buff;
-#if defined(__MINGW32__)||defined(__CYGWIN__)
+#if defined(__MINGW32__)
     static char *config_dir = "/mplayer";
 #else
 	static char *config_dir = "/.mplayer";



More information about the MPlayer-cvslog mailing list