File: 10-src-recodext-h-gcc-fix.patch

package info (click to toggle)
recode 3.6-24
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 11,700 kB
  • sloc: ansic: 89,467; sh: 16,490; python: 1,281; lisp: 1,027; perl: 335; makefile: 309; lex: 171
file content (16 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: François Pinard
Subject: Fixes FTBFS with gcc-4.3
Bug-Debian: https://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