Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/cad/jspice3/files/patch-src_lib_fte_misccoms.c
16151 views
1
--- src/lib/fte/misccoms.c.orig 2001-05-01 20:58:18 UTC
2
+++ src/lib/fte/misccoms.c
3
@@ -284,7 +284,7 @@ wordlist *wl;
4
pl->pl_title,
5
pl->pl_name);
6
}
7
- (void) SCEDfgets(buf,BSIZE_SP,cp_in,zz);
8
+ (void) SCEDfgets(buf, sizeof buf,cp_in,zz);
9
10
if ((*buf == 'y') || (*buf == 'Y') || (*buf == '\n'))
11
byemesg();
12
13