mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-20 08:43:23 -05:00
Document complex if query
[ci skip]
This commit is contained in:
@@ -42,6 +42,7 @@ namespace linuxdeploy {
|
||||
std::copy(buf.begin(), buf.begin() + size, std::back_inserter(outBuf));
|
||||
}
|
||||
|
||||
// make sure process exited and all data has been read from stdout and stderr
|
||||
if (proc.poll() >= 0 && feof(proc.output()) != 0 && feof(proc.error()) != 0)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user