aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/ned/nedmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/ned/nedmail.c')
-rw-r--r--src/cmd/upas/ned/nedmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/ned/nedmail.c b/src/cmd/upas/ned/nedmail.c
index 4fa7a88f..29afbbf9 100644
--- a/src/cmd/upas/ned/nedmail.c
+++ b/src/cmd/upas/ned/nedmail.c
@@ -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");