File: 030_gcc-15.patch

package info (click to toggle)
dhex 0.69-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: ansic: 5,482; makefile: 71; sh: 46
file content (17 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1096520

Index: dhex/output.h
===================================================================
--- dhex.orig/output.h
+++ dhex/output.h
@@ -7,7 +7,7 @@
 #include "machine_type.h"
 #include "datatypes.h"
 
-void initcolors();
+void initcolors(tOutput* output);
 void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
 void pairsinit(tOutput* output);
 void setcolor(tOutput* output,uicolors col);