From 7f4fe79aaa44d6664627cf6f32ff1f1d44b06d6b Mon Sep 17 00:00:00 2001 From: cyberpunk-re Date: Tue, 8 Dec 2020 23:32:23 +0000 Subject: [PATCH] Made GetConfigBlock0Source string buf larger to acomodate ASCII color escape expansion --- client/src/cmdlft55xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlft55xx.c b/client/src/cmdlft55xx.c index 40cc0be5a..a3f5ca20b 100644 --- a/client/src/cmdlft55xx.c +++ b/client/src/cmdlft55xx.c @@ -2807,7 +2807,7 @@ char *GetModelStrFromCID(uint32_t cid) { char *GetConfigBlock0Source(uint8_t id) { - static char buf[20]; + static char buf[40]; char *retStr = buf; switch (id) {