aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnubg/files/patch-export.c
blob: 47459b17a46946d0f14023ababd353d737d2a366 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- export.c.orig   2007-05-24 07:20:04.000000000 +0200
+++ export.c    2010-03-30 14:44:05.000000000 +0200
@@ -116,8 +116,8 @@
   atext[1].compression = PNG_TEXT_COMPRESSION_NONE;
 
 #ifdef PNG_iTXt_SUPPORTED
-  text_ptr[0].lang = NULL;
-  text_ptr[1].lang = NULL;
+//  text_ptr[0].lang = NULL;
+//  text_ptr[1].lang = NULL;
 #endif
   png_set_text (ppng, pinfo, atext, 2);