File: remove_double_definition.diff

package info (click to toggle)
asclock 2.0.12-37
  • links: PTS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: ansic: 1,229; sh: 179; makefile: 74
file content (16 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Fix a fatal (for GCC-10) double definition
# Author: Helge Kreutzmann <debian@helgefjell.de>
# Last-Update: 2020-04-19
Index: asclock-xlib-30/symbols.c
===================================================================
--- asclock-xlib-30.orig/symbols.c
+++ asclock-xlib-30/symbols.c
@@ -62,7 +62,7 @@ symbol config_symbols[] = {
   { "beats_elem_height",&beats_elem_height},
   { NULL, NULL} };
 
-int itdocks;
+// int itdocks;
 int itblinks;
 int showampm;