oops
This commit is contained in:
parent
22157b7a34
commit
ee51985f90
2 changed files with 4 additions and 2 deletions
|
|
@ -1512,7 +1512,7 @@ printpartindented(String *s, char *part, char *indent)
|
|||
if(interrupted)
|
||||
break;
|
||||
p[Blinelen(b)-1] = 0;
|
||||
if(Bprint(&out, "%s%s\n", indent, p) <= 0)
|
||||
if(Bprint(&out, "%s%s\n", indent, p) < 0)
|
||||
break;
|
||||
}
|
||||
Bprint(&out, "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue