fix comment
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 16 Dec 2021 09:05:40 +0000 (10:05 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 16 Dec 2021 09:05:40 +0000 (10:05 +0100)
asyncio/async_process.cpp

index 3f0b73b..723a6a6 100644 (file)
@@ -524,7 +524,7 @@ bool ProcessImplementation::startProcess( IOImplementation2 *stderr )
       DOUT(" started child with pid " << m_pid);
       return true;
    }
-   else // pid > 0
+   else // pid == 0
    {
       // we are in the child part