This commit is contained in:
rsc 2006-01-27 04:16:40 +00:00
parent 22157b7a34
commit ee51985f90
2 changed files with 4 additions and 2 deletions

View file

@ -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");