We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dea29 commit 06399b0Copy full SHA for 06399b0
inc/lispver2.h
@@ -9,7 +9,7 @@
9
char *lv_cp; \
10
char *lv_vp; \
11
unsigned lv_ver; \
12
- char lv_ver_buf[VERSIONLEN]; \
+ char lv_ver_buf[VERSIONLEN + 3]; \
13
\
14
lv_cp = pathname; \
15
lv_vp = NULL; \
0 commit comments