- Timestamp:
- 03/02/11 17:43:28 (2 years ago)
- File:
-
- 1 edited
-
trunk/core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r1072 r1077 2682 2682 //------------------------------------------------------------------- 2683 2683 void gui_show_memory_info(int arg) { 2684 static char buf[ 64];2684 static char buf[96]; // buffer size was 64, size increased for none english language 2685 2685 2686 2686 sprintf(buf, lang_str(LANG_MSG_MEMORY_INFO_TEXT), core_get_free_memory(), MEMISOSIZE, &_start, &_end);
Note: See TracChangeset
for help on using the changeset viewer.