summaryrefslogtreecommitdiff
path: root/appl/acme/row.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/acme/row.b')
-rw-r--r--appl/acme/row.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/row.b b/appl/acme/row.b
index 9c857c93..478ec930 100644
--- a/appl/acme/row.b
+++ b/appl/acme/row.b
@@ -446,7 +446,7 @@ Row.dump(row : self ref Row, file : string)
w.body.file.buf.nc, fontname));
}
a = nil;
- buf = w.ctlprint();
+ buf = w.ctlprint(0);
b.puts(buf);
m = min(BUFSIZE, w.tag.file.buf.nc);
w.tag.file.buf.read(0, r, 0, m);