Files
MINGW-packages/mingw-w64-recode/10-src-recodext-h-gcc-fix
2014-01-12 10:03:58 +04:00

17 lines
360 B
Plaintext

From: François Pinard
Subject: Fixes FTBFS with gcc-4.3
Bug-Debian: http://bugs.debian.org/462004
X-Debian-version: 3.6-15
--- a/src/recodext.h
+++ b/src/recodext.h
@@ -218,7 +218,7 @@
enum recode_symbol_type type : 3;
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore : 1;
};
struct recode_surface_list