mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-11 23:43:19 +00:00
Declares correct size for scratch version string storage
This commit is contained in:
parent
88dea29837
commit
06399b0cf8
@ -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; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user