summaryrefslogtreecommitdiff
path: root/comms/kermit/patches/patch-ac
blob: 575e41a1ab15d45f822ce90c361ca004fb221b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.3 1998/08/07 10:36:40 agc Exp $

--- ckcdeb.h.orig	Mon Nov 25 01:20:48 1996
+++ ckcdeb.h	Sat Jun 20 23:20:14 1998
@@ -908,10 +908,10 @@
 /* Now define the debug() macro. */
 #ifdef IFDEBUG
 /* Use this form to avoid function calls: */
-#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)c,(long)d)
+#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)(c),(long)d)
 #else
 /* Use this form to save space: */
-#define debug(a,b,c,d) dodebug(a,b,(char *)c,(long)d)
+#define debug(a,b,c,d) dodebug(a,b,(char *)(c),(long)d)
 #endif /* MAC */
 
 #ifdef COMMENT