summaryrefslogtreecommitdiff
path: root/ham/7plus/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'ham/7plus/patches/patch-ag')
-rw-r--r--ham/7plus/patches/patch-ag22
1 files changed, 22 insertions, 0 deletions
diff --git a/ham/7plus/patches/patch-ag b/ham/7plus/patches/patch-ag
new file mode 100644
index 00000000000..69963f98b44
--- /dev/null
+++ b/ham/7plus/patches/patch-ag
@@ -0,0 +1,22 @@
+$NetBSD: patch-ag,v 1.1 2009/04/07 18:45:04 hasso Exp $
+
+--- encode.c.orig 2009-04-06 11:39:05 +0300
++++ encode.c 2009-04-06 11:39:26 +0300
+@@ -37,7 +37,7 @@ int encode_file (char *name, long blocks
+ tune = 0;
+ #endif
+
+- if (fls)
++ if (cfls)
+ if (!test_exist (_7PLUS_FLS))
+ unlink (_7PLUS_FLS);
+
+@@ -738,7 +738,7 @@ int encode_file (char *name, long blocks
+ }
+
+ fprintf (o, "\n\nEncoding successful!\n");
+- if (fls)
++ if (cfls)
+ {
+ if (!*altname)
+ sprintf (filename, "%s%s", searchbin?searchbin:"", _7PLUS_FLS);