Explorar el Código

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 hace 8 años
padre
commit
118d3c41f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      child.cpp

+ 1
- 1
child.cpp Ver fichero

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

Cargando…
Cancelar
Guardar