2 changed files with 14 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
Index: src/recodext.h
|
||||
--- src/recodext.h.orig 2001-01-04 15:36:54.000000000 +0100
|
||||
+++ src/recodext.h 2011-07-31 22:50:42.000000000 +0200
|
||||
@@ -218,7 +218,7 @@
|
||||
enum recode_symbol_type type : 3;
|
||||
|
||||
/* Non zero if this one should be ignored. */
|
||||
- bool ignore : 2;
|
||||
+ bool ignore;
|
||||
};
|
||||
|
||||
struct recode_surface_list
|
||||
Loading…
Reference in new issue