[Mplayer-cvslog] CVS: main get_path.c,1.1,1.2

Arpi of Ize arpi at mplayer.dev.hu
Tue Dec 25 21:41:06 CET 2001


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

Modified Files:
	get_path.c 
Log Message:
some debugging

Index: get_path.c
===================================================================
RCS file: /cvsroot/mplayer/main/get_path.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- get_path.c	30 Oct 2001 17:04:59 -0000	1.1
+++ get_path.c	25 Dec 2001 20:41:04 -0000	1.2
@@ -18,5 +18,6 @@
 			return NULL;
 		sprintf(buff, "%s%s/%s", homedir, config_dir, filename);
 	}
+	mp_msg(MSGT_GLOBAL,MSGL_V,"get_path('%s') -> '%s'\n",filename,buff);
 	return buff;
 }




More information about the MPlayer-cvslog mailing list