From 062dcb9c8f3ec898db5fc89ed833685e561d014e Mon Sep 17 00:00:00 2001 From: lisu Date: Fri, 26 Mar 2010 10:16:41 +0000 Subject: [PATCH] - updated for 1.8 Changed files: wesnoth-libpng.patch -> 1.2 --- wesnoth-libpng.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wesnoth-libpng.patch b/wesnoth-libpng.patch index 7e22f42..5e68ed5 100644 --- a/wesnoth-libpng.patch +++ b/wesnoth-libpng.patch @@ -1,11 +1,10 @@ -diff -urN wesnoth-1.6.5/src/tools/exploder_utils.cpp wesnoth-1.6.5.new/src/tools/exploder_utils.cpp ---- wesnoth-1.6.5/src/tools/exploder_utils.cpp 2009-01-01 11:27:41.000000000 +0100 -+++ wesnoth-1.6.5.new/src/tools/exploder_utils.cpp 2010-02-11 13:21:55.718521128 +0100 +--- wesnoth-1.7.13/src/tools/exploder_utils.cpp~ 2010-01-01 14:16:49.000000000 +0100 ++++ wesnoth-1.7.13/src/tools/exploder_utils.cpp 2010-02-11 15:38:16.226041276 +0100 @@ -174,8 +174,8 @@ //TODO: review whether providing NULL error handlers is something //sensible png_struct* png_ptr = png_create_write_struct -- (PNG_LIBPNG_VER_STRING, (png_voidp)png_voidp_NULL, +- (PNG_LIBPNG_VER_STRING, reinterpret_cast(png_voidp_NULL), - png_error_ptr_NULL, png_error_ptr_NULL); + (PNG_LIBPNG_VER_STRING, NULL, + NULL, NULL); -- 2.44.0