X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=pipex_win32.c;h=5b18b06fc2b08b8bf75eac63ed2191c1aef3a2a5;hp=a07df7d676ad0828fb6bbb1c4667a6d2dae610aa;hb=cd81270f2b1723e0798f4d6dcaee134f0b4aca7f;hpb=ac968003c13bde5c86ffa19f8819e436b5bc03e6 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); }