Procházet zdrojové kódy

Corrected formatting of error message.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@110 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz před 8 roky
rodič
revize
118d3c41f8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      child.cpp

+ 1
- 1
child.cpp Zobrazit soubor

@@ -1253,7 +1253,7 @@ namespace CodeDweller {
// Send message to parent.
errMsg = "Error (from exec) running the command \"";
errMsg += execvArgv[0];
errMsg += ": " + getErrorText();
errMsg += "\": " + getErrorText();
iDummy = ::write(STDOUT_FILENO, errMsg.data(), errMsg.size());
exit(-1);

Načítá se…
Zrušit
Uložit