From: Philipp Gesang Date: Thu, 16 Dec 2021 09:05:40 +0000 (+0100) Subject: fix comment X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=622898508f5e9c9710a816fe6e42f256ec746fc0;p=libasyncio fix comment --- diff --git a/asyncio/async_process.cpp b/asyncio/async_process.cpp index 3f0b73b..723a6a6 100644 --- a/asyncio/async_process.cpp +++ b/asyncio/async_process.cpp @@ -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