summaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-src_lib_fte_misccoms.c
blob: 3d355747d161b79cdce767276e414c05658eeb88 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/lib/fte/misccoms.c.orig	2001-05-01 20:58:18 UTC
+++ src/lib/fte/misccoms.c
@@ -284,7 +284,7 @@ wordlist *wl;
                                 pl->pl_title,
                                 pl->pl_name);
             }
-            (void) SCEDfgets(buf,BSIZE_SP,cp_in,zz);
+            (void) SCEDfgets(buf, sizeof buf,cp_in,zz);
 
             if ((*buf == 'y') || (*buf == 'Y') || (*buf == '\n'))
                 byemesg();