this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#1556: fixed crash

nesbox 30e0823f 66656ddd

+1 -1
+1 -1
src/studio/editors/map.c
··· 231 231 232 232 if(index >= 0) 233 233 { 234 - char buf[] = "#999"; 234 + char buf[sizeof "#9999"]; 235 235 sprintf(buf, "#%03i", index); 236 236 tic_api_print(map->tic, buf, x, y, tic_color_light_grey, true, 1, false); 237 237 }