ports/multimedia/jmref/files/patch-ldecod_src_configfile.c
Stefan Eßer eca93e998d Fix build with -fno-common
While here add the ISO/IEC and ITU licenses and fix a compiler warning
regarding a mis-compiled comparison (!a == b) --> (!(a == b)) to not
compare !a with b (while !(a == b) was clearly intended).
2020-09-29 10:50:13 +00:00

12 lines
291 B
C

--- ldecod/src/configfile.c.orig 2020-09-29 10:22:20 UTC
+++ ldecod/src/configfile.c
@@ -66,6 +66,9 @@
#include "configfile.h"
#define MAX_ITEMS_TO_PARSE 10000
+InputParameters cfgparams;
+char errortext[ET_SIZE];
+
static void PatchInp (InputParameters *p_Inp);
/*!