Commit 953c8465 authored by Olivier Bertrand's avatar Olivier Bertrand

try to fix tabrest.cpp compile error

parent 26e5ba4b
...@@ -166,7 +166,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename) ...@@ -166,7 +166,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
rc = 1; rc = 1;
} else { } else {
// Parent process // Parent process
wait(NULL); // Wait for the child to terminate wait(0); // Wait for the child to terminate
} // endif pID } // endif pID
#endif // !__WIN__ #endif // !__WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment