freebsd-ports/cad/jspice3/files/patch-src_lib_fte_misccoms.c
Mathieu Arnold 0583db668d Update to 2.5.110615.
PR:		205891
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:03:52 +00:00

11 lines
434 B
C

--- 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();