X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=bf8927894f218f57085c5c71f1b4cace3beba61c;hp=f8bf8a1cb4dc73a42172ce826d8ee3e06d88d7ed;hb=614d9b34ade2bc707ae00415dc260d8c38c7a321;hpb=8d9c8e4d5c035213bb41abc64c59fb25672e8e50 diff --git a/main.c b/main.c index f8bf8a1..bf89278 100644 --- a/main.c +++ b/main.c @@ -137,7 +137,7 @@ static bool fallback_handler(struct command_t command) /* fallback handler for commands not handled by FORTRANish parser */ { long sv; - char buf[LINESIZE]; + char buf[2 * LINESIZE + 1]; sprintf(buf, "%s %s", command.raw1, command.raw2); if (sscanf(buf, "seed %ld", &sv) == 1) {