AmendHub

Download:

jcs

/

subtext

/

amendments

/

399

chat: Reduce max input size

With all the ANSI we have to put around it, it was growing to exceed
chat_final_pbuf

jcs made amendment 399 about 1 year ago
--- chat.c Tue Mar 7 22:35:47 2023 +++ chat.c Sun Mar 12 20:08:31 2023 @@ -26,7 +26,7 @@ #include "user.h" #include "util.h" -#define CHAT_MAX_INPUT 100 +#define CHAT_MAX_INPUT 80 static char chat_tbuf[256];