Increase generated rainbow text buffer length

This commit is contained in:
Agent X 2024-07-10 10:27:05 -04:00
parent 99c5a442ee
commit 6850ac94f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "pc/utils/misc.h"
#include "pc/configfile.h"
#define RAINBOW_TEXT_LEN 255
#define RAINBOW_TEXT_LEN 300
char* sRainbowColors[] = {
"\\#ff3030\\",