From 06e61eee58c6fa60d4164d0fccb40ac543c73e97 Mon Sep 17 00:00:00 2001 From: hongll Date: Tue, 9 Sep 2025 11:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E8=8A=82=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: h60047265 --- scripts/mkflags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkflags.c b/scripts/mkflags.c index 9329488..76827e0 100644 --- a/scripts/mkflags.c +++ b/scripts/mkflags.c @@ -154,7 +154,7 @@ void octane(char *from) int main(int argc, char *argv[]) { - char command[256], flags[1023], allflags[1024]; + char command[256], flags[1024], allflags[1024]; char *out, *outbuf = malloc(1024*1024); // Yes, the output buffer is 1 megabyte with no bounds checking. -- Gitee