diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-08 10:29:57 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-08 13:57:53 +0000 |
| commit | 5d21950a67231990a43562d1f678378ab846647a (patch) | |
| tree | e050a8e3460a40330f472fe9af94423549691eb9 /main/recode/recode-bool-bitfield.patch | |
| parent | 956d74faf5dac34cdd2f4b059877489bf6401663 (diff) | |
| download | aports-5d21950a67231990a43562d1f678378ab846647a.tar.bz2 aports-5d21950a67231990a43562d1f678378ab846647a.tar.xz | |
main/recode: move from testing
Diffstat (limited to 'main/recode/recode-bool-bitfield.patch')
| -rw-r--r-- | main/recode/recode-bool-bitfield.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/recode/recode-bool-bitfield.patch b/main/recode/recode-bool-bitfield.patch new file mode 100644 index 0000000000..899edc5d7b --- /dev/null +++ b/main/recode/recode-bool-bitfield.patch @@ -0,0 +1,11 @@ +--- 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 |
