]> git.pld-linux.org Git - packages/wesnoth.git/blob - wesnoth-libpng.patch
- start update to 1.10
[packages/wesnoth.git] / wesnoth-libpng.patch
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
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
7 -               (PNG_LIBPNG_VER_STRING, reinterpret_cast<png_voidp>(png_voidp_NULL),
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.063614 seconds and 3 git commands to generate.