summaryrefslogtreecommitdiff
path: root/archivers/xmill/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/xmill/patches/patch-ac')
-rw-r--r--archivers/xmill/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/archivers/xmill/patches/patch-ac b/archivers/xmill/patches/patch-ac
deleted file mode 100644
index b71fbb3e1fe..00000000000
--- a/archivers/xmill/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/02/17 09:20:26 grant Exp $
-
---- src/Main.cpp.orig Sat Feb 15 03:17:07 2003
-+++ src/Main.cpp
-@@ -599,7 +599,7 @@ void Compress(char *srcfile,char *destfi
- return;
- }
-
-- if(output.CreateFile((no_output==0) ? destfile : "")==0)
-+ if(output.CreateFile((no_output==0) ? destfile : (char *)"")==0)
- {
- Error("Could not create output file '");
- ErrorCont(destfile);
-@@ -816,7 +816,7 @@ void Uncompress(char *sourcefile,char *d
-
- globallabeldict.Init();
-
-- if(output.CreateFile((no_output==0) ? destfile : "")==0)
-+ if(output.CreateFile((no_output==0) ? destfile : (char *)"")==0)
- {
- Error("Could not create output file '");
- ErrorCont(destfile);