diff options
Diffstat (limited to 'archivers/xarchive/files/patch-src_main.c')
-rw-r--r-- | archivers/xarchive/files/patch-src_main.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/xarchive/files/patch-src_main.c b/archivers/xarchive/files/patch-src_main.c new file mode 100644 index 000000000000..7138e8a0c1f1 --- /dev/null +++ b/archivers/xarchive/files/patch-src_main.c @@ -0,0 +1,18 @@ +--- src/main.c.orig 2006-02-23 17:25:47 UTC ++++ src/main.c +@@ -115,6 +115,7 @@ setup_wrappers(void) + WrapperEntry *wrapent = NULL; + + home = g_strdup_printf("%s/.xarchive/wrappers", getenv("HOME")); ++ { + char *dir[] = + { + home, +@@ -146,6 +147,7 @@ setup_wrappers(void) + { + g_print("No wrappers found\n"); + } ++ } + } + + extern gchar * |