You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch

16 lines
484 B

http://bugs.gentoo.org/show_bug.cgi?id=520746
http://code.metager.de/source/diff/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp?r2=%2Firrlicht%2Fsource%2FIrrlicht%2FCImageLoaderJPG.cpp%404823&r1=%2Firrlicht%2Fsource%2FIrrlicht%2FCImageLoaderJPG.cpp%404320
--- source/Irrlicht/CImageLoaderJPG.cpp
+++ source/Irrlicht/CImageLoaderJPG.cpp
@@ -66,7 +66,7 @@
boolean CImageLoaderJPG::fill_input_buffer (j_decompress_ptr cinfo)
{
// DO NOTHING
- return 1;
+ return TRUE;
}