*** overkill-0.16/console.c 2009-08-03 22:20:35.000000000 +0200 --- overkill-0.16-new/console.c 2009-08-03 22:32:19.000000000 +0200 *************** *** 206,212 **** void c_setcolor_3b(unsigned char a) { char txt[8]; ! snprintf(txt,16,"\033[%dm",30+(a&7)); my_print(txt); } --- 206,212 ---- void c_setcolor_3b(unsigned char a) { char txt[8]; ! snprintf(txt,8,"\033[%dm",30+(a&7)); my_print(txt); }