summaryrefslogtreecommitdiff
path: root/ham/7plus/patches/patch-af
blob: c34743aaab2f4e08bae20a4350bcf989554420e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2009/04/07 18:45:04 hasso Exp $

--- decode.c.orig	2009-04-06 11:38:47 +0300
+++ decode.c	2009-04-06 11:38:57 +0300
@@ -44,7 +44,7 @@ int control_decode (char *name)
 
   /* write 7plus.fls (for server use) */
   sprintf (filename, "%s"_7PLUS_FLS, genpath);
-  if (!i && fls)
+  if (!i && cfls)
   {
     if ((out = fopen (filename, OPEN_WRITE_TEXT)) == NULLFP)
       return (14);