diff options
author | jcid <devnull@localhost> | 2008-09-10 00:26:14 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-10 00:26:14 +0200 |
commit | 171cd08291a2b2f9c212548f8a19c33bcc9ff2e6 (patch) | |
tree | 0d24aeda22c27f51c2cebca02ebae6a6bf90a4c1 /src/plain.cc | |
parent | 10cefdd24ef13e42eef90059b4adbe65b1ade588 (diff) |
- removed the unused "asap" parameter.
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index eb040122..3f2c6399 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -190,7 +190,7 @@ void DilloPlain::write(void *Buf, uint_t BufSize, int Eof) Start_Ofs += len; } - DW2TB(dw)->flush(Eof ? true : false); + DW2TB(dw)->flush(); if (bw) a_UIcmd_set_page_prog(bw, Start_Ofs, 1); |