]> git.pld-linux.org Git - packages/DevIL.git/blame - jasper2.patch
- fix building with jasper 2
[packages/DevIL.git] / jasper2.patch
CommitLineData
8c0a98df
JR
1--- DevIL-1.7.8/devil-1.7.8/src-IL/src/il_jp2.c~ 2009-03-08 08:10:09.000000000 +0100
2+++ DevIL-1.7.8/devil-1.7.8/src-IL/src/il_jp2.c 2017-02-26 10:17:23.557034810 +0100
3@@ -459,7 +459,7 @@
4 /* The buffer must be large enough to accommodate maximum
5 putback. */
6 assert(bufsize > JAS_STREAM_MAXPUTBACK);
7- stream->bufbase_ = JAS_CAST(uchar *, buf);
8+ stream->bufbase_ = JAS_CAST(unsigned char *, buf);
9 stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
10 }
11 } else {
This page took 0.067619 seconds and 4 git commands to generate.