*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 08 Nov 2016 16:06:52 +0100
changeset 20897 49ffdb7d9c18
parent 20896 c88fbd0cb367
child 20898 d640780dabb0
*** empty log message ***
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Tue Nov 08 15:50:54 2016 +0100
+++ b/Win32OperatingSystem.st	Tue Nov 08 16:06:52 2016 +0100
@@ -4142,7 +4142,7 @@
 	if (doFork == true) {
 #ifdef PROCESSDEBUGWIN32
 	    if (flag_PROCESSDEBUGWIN32) {
-		console_fprintf(stderr, "create process cmdPath:<%s> cmdLine:<%s> in <%s>\n", cmdPath, cmdLine, dir);
+		console_fprintf(stderr, "create process cmdPath:<%s> cmdLine:<%s> in <%s>\n", __stringVal(commandPath), __stringVal(commandLine), __stringVal(dirName));
 	    }
 #endif
 	    memset(&lppiProcInfo, 0, sizeof (lppiProcInfo));