diff options
Diffstat (limited to 'src/cRender.cpp')
-rw-r--r-- | src/cRender.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cRender.cpp b/src/cRender.cpp index 818b11b..2035b21 100644 --- a/src/cRender.cpp +++ b/src/cRender.cpp @@ -213,8 +213,8 @@ int cRender::render(void) #elif __linux__ - char buffer[20]; - char colorstr[20]; + char buffer[40]; + char colorstr[30]; uint8_t color[3] = {(uint8_t) (0x0000ff & wColor[o][i]), //Color (uint8_t)((0x00ff00 & wColor[o][i]) >> 8), //Background (uint8_t)((0xff0000 & wColor[o][i]) >> 16)};//Modifier |