diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/xarchive/files/patch-src_main.c | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) |
Notes
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 * |