17 lines
360 B
Plaintext
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
|