[Mplayer-cvslog] CVS: main/TOOLS/realcodecs sipr.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 17 02:28:14 CEST 2002


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

Modified Files:
	sipr.c 
Log Message:
dumping environment vars in setdllacecsspath


Index: sipr.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/realcodecs/sipr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sipr.c	28 Aug 2002 14:17:06 -0000	1.1
+++ sipr.c	17 Oct 2002 00:28:10 -0000	1.2
@@ -433,12 +433,17 @@
 	return result;
 }
 
-void  SetDLLAccessPath(ulong p1) {
+void  SetDLLAccessPath(ulong p1,ulong p2) {
 //	loadSyms();
-	fprintf(stderr, "SetDLLAccessPath(ulong p1=0x%0x(%d))\n", p1, p1);
-	hexdump((void*)p1, 44);
+	char* ize=p1;
+	fprintf(stderr, "SetDLLAccessPath(ulong p1=0x%0x(%d) p2=%p)\n", p1, p1,p2);
+	while(*ize){
+	    fprintf(stderr,"%s\n",ize);
+	    ize+=strlen(ize)+1;
+	}
+	//hexdump((void*)p1, 244);
 	(*raSetDLLAccessPath)(p1);
-	hexdump((void*)p1, 44);
+//	hexdump((void*)p1, 44);
 	fprintf(stderr, "--> void\n\n\n");
 }
 




More information about the MPlayer-cvslog mailing list