Ver código fonte

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 8 anos atrás
pai
commit
118d3c41f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      child.cpp

+ 1
- 1
child.cpp Ver arquivo

@@ -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);

Carregando…
Cancelar
Salvar