mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
3a750bdcd0
* [irrlicht] update to <1.8.5> * update version * update portfile.cmake * update version
14 lines
400 B
Diff
14 lines
400 B
Diff
diff --git a/source/Irrlicht/CImageLoaderJPG.cpp b/source/Irrlicht/CImageLoaderJPG.cpp
|
|
index 404bd53..71684d8 100644
|
|
--- a/source/Irrlicht/CImageLoaderJPG.cpp
|
|
+++ b/source/Irrlicht/CImageLoaderJPG.cpp
|
|
@@ -68,7 +68,7 @@ void CImageLoaderJPG::init_source (j_decompress_ptr cinfo)
|
|
boolean CImageLoaderJPG::fill_input_buffer (j_decompress_ptr cinfo)
|
|
{
|
|
// DO NOTHING
|
|
- return 1;
|
|
+ return TRUE;
|
|
}
|
|
|
|
|