aboutsummaryrefslogtreecommitdiff
path: root/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows.c')
-rw-r--r--windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.c b/windows.c
index 9863de4..64f6eae 100644
--- a/windows.c
+++ b/windows.c
@@ -1659,7 +1659,7 @@ static frontend *new_window(HINSTANCE inst, char *game_id, char **error)
if (help_topic) {
char *item;
assert(thegame.name);
- item = snewn(9+strlen(thegame.name), char); /*ick*/
+ item = snewn(10+strlen(thegame.name), char); /*ick*/
sprintf(item, "&Help on %s", thegame.name);
AppendMenu(menu, MF_ENABLED, IDM_GAMEHELP, item);
sfree(item);