mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-03 18:06: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_vp; \
|
||||
unsigned lv_ver; \
|
||||
char lv_ver_buf[VERSIONLEN]; \
|
||||
char lv_ver_buf[VERSIONLEN + 3]; \
|
||||
\
|
||||
lv_cp = pathname; \
|
||||
lv_vp = NULL; \
|
||||
|
||||
Reference in New Issue
Block a user