summaryrefslogtreecommitdiff
path: root/appl/acme/xfid.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-06-08 13:03:54 +0000
committerCharles.Forsyth <devnull@localhost>2007-06-08 13:03:54 +0000
commit043f83732c06a092cd12b5ad4f92264dee44c61a (patch)
tree8e7d497649f33c02b03e6cc476018487dd8c1374 /appl/acme/xfid.b
parent9f620229775d41f76096d9039c46ff368fd44d47 (diff)
20070608-1402
Diffstat (limited to 'appl/acme/xfid.b')
-rw-r--r--appl/acme/xfid.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/acme/xfid.b b/appl/acme/xfid.b
index 0533a70e..85d9da9f 100644
--- a/appl/acme/xfid.b
+++ b/appl/acme/xfid.b
@@ -374,7 +374,7 @@ Xfid.read(x : self ref Xfid)
QWbody =>
x.utfread(w.body, 0, w.body.file.buf.nc, QWbody);
QWctl =>
- sbuf = w.ctlprint();
+ sbuf = w.ctlprint(1);
QWevent =>
x.eventread(w);
QWdata =>
@@ -1052,7 +1052,7 @@ Xfid.indexread(x : self ref Xfid)
# only show the currently active window of a set
if(w.body.file.curtext != w.body)
continue;
- ctls := w.ctlprint();
+ ctls := w.ctlprint(0);
ctlb := array of byte ctls;
if (len ctls != Ctlsize || len ctlb != Ctlsize)
error("bad length in indexread");