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 /tests/t-filter.c | |
parent | bd77c6880a7cf32e20865fb0cdb6816df0e6f775 (diff) | |
download | mupdf-358811630686460d6b0a96021a1bcb4c3124fb03.tar.xz |
cleaned up xref object and stream api
Diffstat (limited to 'tests/t-filter.c')
-rw-r--r-- | tests/t-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-filter.c b/tests/t-filter.c index c7bc2c7f..50479bea 100644 --- a/tests/t-filter.c +++ b/tests/t-filter.c @@ -82,7 +82,7 @@ main(int argc, char **argv) pipe = filter; } - err = fz_openfile(&file, "/dev/stdin", O_RDONLY); + err = fz_openfile(&file, "/dev/stdin", FZ_READ); if (err) fz_abort(err); if (pipe) |