summaryrefslogtreecommitdiff
path: root/filter/filew.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-16 08:58:17 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-16 08:58:17 +0100
commit3b425b8bf0c58e25da576ed86496171ea19240f9 (patch)
tree37d6feb715dd929392fb16fdde6cf994dfbc1397 /filter/filew.c
parent49132f70ac40b2dc7b9a0e22b33a3964af687874 (diff)
downloadmupdf-3b425b8bf0c58e25da576ed86496171ea19240f9.tar.xz
removed c99-isms. improved bbox handling.
Diffstat (limited to 'filter/filew.c')
-rw-r--r--filter/filew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filew.c b/filter/filew.c
index 53e3c120..1ac446fe 100644
--- a/filter/filew.c
+++ b/filter/filew.c
@@ -75,7 +75,7 @@ static int dowrite(fz_buffer *b, int fd)
}
int
-fz_write(fz_file *f, char *buf, int n)
+fz_write(fz_file *f, unsigned char *buf, int n)
{
fz_error *reason;
int i = 0;