X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pipex_win32.c;h=5b18b06fc2b08b8bf75eac63ed2191c1aef3a2a5;hb=bb6c47f77f59067c358579a71cefa1ae65180a30;hp=a07df7d676ad0828fb6bbb1c4667a6d2dae610aa;hpb=446bfd706349c3e1f19916a16558a2f4f7dc8e54;p=polyglot.git diff --git a/pipex_win32.c b/pipex_win32.c index a07df7d..5b18b06 100644 --- a/pipex_win32.c +++ b/pipex_win32.c @@ -118,7 +118,7 @@ void pipex_open(pipex_t *pipex, pipex->bConsole = FALSE; pipex->bPipe=TRUE; }else{ - my_fatal("pipex_open(): %s",win32_error()); + my_fatal("pipex_open(): %s: %s",szProcFile,win32_error()); } _chdir(szCurrentDir); }