From 622898508f5e9c9710a816fe6e42f256ec746fc0 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 16 Dec 2021 10:05:40 +0100 Subject: [PATCH] fix comment --- asyncio/async_process.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1