diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-10-11 10:42:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-10-11 10:42:05 +0200 |
commit | 358811630686460d6b0a96021a1bcb4c3124fb03 (patch) | |
tree | 08a0049753ead2cd063723fddd0dd241740769df /filter/filer.c | |
parent | bd77c6880a7cf32e20865fb0cdb6816df0e6f775 (diff) | |
download | mupdf-358811630686460d6b0a96021a1bcb4c3124fb03.tar.xz |
cleaned up xref object and stream api
Diffstat (limited to 'filter/filer.c')
-rw-r--r-- | filter/filer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filer.c b/filter/filer.c index 7828fb0e..ead97bdc 100644 --- a/filter/filer.c +++ b/filter/filer.c @@ -238,6 +238,7 @@ fz_readfile(fz_buffer **bufp, fz_file *file) real->rp = buf; real->wp = buf + pos; real->ep = buf + pos; + real->eof = 1; return nil; } |