diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-23 17:13:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-23 17:13:49 +0200 |
commit | 248315ada26ff8e308bb99d5e46f25534e148620 (patch) | |
tree | 37841de13bcf600337c0da810096950876a09729 /lib/Utils/DebugDump.cpp | |
parent | bfd961a8e355c92b1ff1121b411c2303028b82d0 (diff) | |
download | abrt-248315ada26ff8e308bb99d5e46f25534e148620.tar.gz abrt-248315ada26ff8e308bb99d5e46f25534e148620.tar.xz abrt-248315ada26ff8e308bb99d5e46f25534e148620.zip |
style fix by popular (Zdenek's) demand
Zdenek said:
Ahother thing: commit "CCpp.cpp: fix handling of pipes when we fork children".
You added piece code with while(1) and then there is a break inside the loop.
Personally, I don't like infinite loops :-). There can be something like:
...
int r;
while ((r = read(pipeout[0], buff, sizeof(buff) - 1) > 0)
{
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/DebugDump.cpp')
0 files changed, 0 insertions, 0 deletions