Index: head/archivers/xarchive/files/patch-src-main.c =================================================================== --- head/archivers/xarchive/files/patch-src-main.c (nonexistent) +++ head/archivers/xarchive/files/patch-src-main.c (revision 148068) @@ -0,0 +1,18 @@ +--- src/main.c.orig Sun Nov 6 21:26:45 2005 ++++ src/main.c Sun Nov 13 02:57:57 2005 +@@ -115,6 +115,7 @@ + WrapperEntry *wrapent = NULL; + + home = g_strdup_printf("%s/.xarchive/wrappers", getenv("HOME")); ++ { + char *dir[] = + { + home, +@@ -145,6 +146,7 @@ + if (WRAPPER_ARRAY == NULL) + { + g_print("No wrappers found\n"); ++ } + } + } + Property changes on: head/archivers/xarchive/files/patch-src-main.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/xarchive/files/patch-src-widgets_gtk.c =================================================================== --- head/archivers/xarchive/files/patch-src-widgets_gtk.c (nonexistent) +++ head/archivers/xarchive/files/patch-src-widgets_gtk.c (revision 148068) @@ -0,0 +1,13 @@ +--- src/widgets_gtk.c.orig Tue Nov 8 20:39:01 2005 ++++ src/widgets_gtk.c Sun Nov 13 03:03:53 2005 +@@ -1022,8 +1022,9 @@ + + if (wrapper_cmd(AR_EXTRACT, wrapper->argv, wrapper->dir) == 0) + { ++ gchar *viewcmd; + fname = my_strescape(wrapper->argv[FIRST_FILE_INDEX]); +- gchar *viewcmd = g_strconcat(command, " ", wrapper->dir, ++ viewcmd = g_strconcat(command, " ", wrapper->dir, + "/", fname, NULL); + g_free(fname); + printf("viewcmd: %s\n",viewcmd); Property changes on: head/archivers/xarchive/files/patch-src-widgets_gtk.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property