]> git.pld-linux.org Git - packages/wesnoth.git/blame - wesnoth-libpng.patch
- up to 1.8.6
[packages/wesnoth.git] / wesnoth-libpng.patch
CommitLineData
062dcb9c 1--- wesnoth-1.7.13/src/tools/exploder_utils.cpp~ 2010-01-01 14:16:49.000000000 +0100
2+++ wesnoth-1.7.13/src/tools/exploder_utils.cpp 2010-02-11 15:38:16.226041276 +0100
9cbe1db0
MB
3@@ -174,8 +174,8 @@
4 //TODO: review whether providing NULL error handlers is something
5 //sensible
6 png_struct* png_ptr = png_create_write_struct
062dcb9c 7- (PNG_LIBPNG_VER_STRING, reinterpret_cast<png_voidp>(png_voidp_NULL),
9cbe1db0
MB
8- png_error_ptr_NULL, png_error_ptr_NULL);
9+ (PNG_LIBPNG_VER_STRING, NULL,
10+ NULL, NULL);
11 if(!png_ptr)
12 throw exploder_failure("Unable to initialize the png write structure");
13
This page took 0.049451 seconds and 4 git commands to generate.