Skip to content

Commit 6193f27

Browse files
committed
Declares correct size for scratch version string storage
1 parent d5430c2 commit 6193f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/lispver2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
char *lv_cp; \
1010
char *lv_vp; \
1111
unsigned lv_ver; \
12-
char lv_ver_buf[VERSIONLEN]; \
12+
char lv_ver_buf[VERSIONLEN + 3]; \
1313
\
1414
lv_cp = pathname; \
1515
lv_vp = NULL; \

0 commit comments

Comments
 (0)