File: 2012_additional_gcc_15_fixes.patch

package info (click to toggle)
ghostscript 10.05.1~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 95,420 kB
  • sloc: ansic: 908,903; python: 7,676; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 529; awk: 66; yacc: 18
file content (15 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Most of the GCC-15 fixes are present in upstream patch 0003_c23.patch.
This file contains additional changes.


--- ghostscript.orig/psi/zfaes.c
+++ ghostscript/psi/zfaes.c
@@ -38,7 +38,7 @@
     os_ptr op = osp;		/* i_ctx_p->op_stack.stack.p defined in osstack.h */
     ref *sop = NULL;
     stream_aes_state state;
-    int use_padding;
+    bool use_padding;
 
     check_op(2);
     /* extract the key from the parameter dictionary */