Bjørn Lie
4918fbc9da
- Add gcc-fno-common-fix.patch in order to fix boo#1160390. OBS-URL: https://build.opensuse.org/request/show/791063 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=284
13 lines
351 B
Diff
13 lines
351 B
Diff
diff --git a/src/fr-application.c b/src/fr-application.c
|
|
index c148c4f..00ebe55 100644
|
|
--- a/src/fr-application.c
|
|
+++ b/src/fr-application.c
|
|
@@ -42,7 +42,6 @@
|
|
#define SERVICE_TIMEOUT 10
|
|
|
|
|
|
-gint ForceDirectoryCreation;
|
|
static char **remaining_args;
|
|
static char *arg_add_to = NULL;
|
|
static int arg_add = FALSE;
|