gnubg/export.c_libpng14.patch
Pavol Rusnak db66045181 Accepting request 40923 from home:cwh
Copy from home:cwh/gnubg via accept of submit request 40923 revision 8.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40923
OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=1
2010-06-01 22:03:24 +00:00

14 lines
361 B
Diff

--- export.c 2008-03-14 07:20:05.000000000 +0100
+++ export.c.new 2010-05-19 13:39:20.000000000 +0200
@@ -516,8 +516,8 @@
atext[1].compression = PNG_TEXT_COMPRESSION_NONE;
#ifdef PNG_iTXt_SUPPORTED
- text_ptr[0].lang = NULL;
- text_ptr[1].lang = NULL;
+ atext[0].lang = NULL;
+ atext[1].lang = NULL;
#endif
png_set_text (ppng, pinfo, atext, 2);