mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-30 13:52:23 +00:00
Declares correct size for scratch version string storage
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
char *lv_cp; \
|
char *lv_cp; \
|
||||||
char *lv_vp; \
|
char *lv_vp; \
|
||||||
unsigned lv_ver; \
|
unsigned lv_ver; \
|
||||||
char lv_ver_buf[VERSIONLEN]; \
|
char lv_ver_buf[VERSIONLEN + 3]; \
|
||||||
\
|
\
|
||||||
lv_cp = pathname; \
|
lv_cp = pathname; \
|
||||||
lv_vp = NULL; \
|
lv_vp = NULL; \
|
||||||
|
|||||||
Reference in New Issue
Block a user