blob: 57d16a81d723f24120e35f9695b82958b35771a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Fix ftbfs with GCC-10
Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Bug-Debian: https://bugs.debian.org/957189
Forwarded: no
---
--- f-irc-1.36.orig/theme.c
+++ f-irc-1.36/theme.c
@@ -17,7 +17,6 @@
#include "theme.h"
#include "utils.h"
-layout_theme theme;
const char *theme_file = NULL;
theme_parsing theme_parser[] =
|