recode/recode-bool-bitfield.patch
licihua 363822e415 Revert "update to 3.7.6"
This reverts commit c82e827d14307e92c7e63d7dc3f956349075fb9f.
2020-07-24 10:01:40 +08:00

12 lines
312 B
Diff

--- a/src/recodext.h.orig 2008-01-16 13:15:39.000000000 +0100
+++ b/src/recodext.h 2008-01-16 13:16:47.000000000 +0100
@@ -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