1
0
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:
Nick Briggs
2025-01-03 09:05:12 -08:00
parent 88dea29837
commit 06399b0cf8

View File

@@ -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; \