diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
| commit | 043f83732c06a092cd12b5ad4f92264dee44c61a (patch) | |
| tree | 8e7d497649f33c02b03e6cc476018487dd8c1374 /appl/acme/row.b | |
| parent | 9f620229775d41f76096d9039c46ff368fd44d47 (diff) | |
20070608-1402
Diffstat (limited to 'appl/acme/row.b')
| -rw-r--r-- | appl/acme/row.b | 2 |
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); |
