diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-26 09:34:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-26 09:34:56 +0200 |
commit | 987d58dfaf4030f43b2a8854e2d246f75465cc57 (patch) | |
tree | 430eeedbebfdc278a9fc88afa134c96dacc073b4 /stream/stm_buffer.c | |
parent | 4bb1d274f49678af1612179d632ebcca7666f235 (diff) | |
download | mupdf-987d58dfaf4030f43b2a8854e2d246f75465cc57.tar.xz |
new stream api
Diffstat (limited to 'stream/stm_buffer.c')
-rw-r--r-- | stream/stm_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stm_buffer.c b/stream/stm_buffer.c index 206137a6..7d58e192 100644 --- a/stream/stm_buffer.c +++ b/stream/stm_buffer.c @@ -22,7 +22,7 @@ fz_newbuffer(fz_buffer **bp, int size) } fz_error * -fz_newbufferwithdata(fz_buffer **bp, unsigned char *data, int size) +fz_newbufferwithmemory(fz_buffer **bp, unsigned char *data, int size) { fz_buffer *b; |