summaryrefslogtreecommitdiff
path: root/dev-games/irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch
blob: 90ed828d1a9938c6e903d5c394690c54390d1d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
 }