Changeset 1843
- Timestamp:
- 05/08/12 12:47:55 (13 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1842
- Property svn:mergeinfo changed
-
trunk/core/gui.c
r1830 r1843 2211 2211 if (cnt != 0) 2212 2212 { 2213 sprintf( osd_buf, "s:%8x e:%8x", exmem_start, exmem_end);2214 draw_txt_string(2, 12, osd_buf, conf.osd_color);2215 sprintf( osd_buf, "f:%8x l:%8x c:%d", f, l, cnt);2213 sprintf(buf, "s:%8x e:%8x", exmem_start, exmem_end); 2214 draw_txt_string(2, 12, buf, conf.osd_color); 2215 sprintf(buf, "f:%8x l:%8x c:%d", f, l, cnt); 2216 2216 } 2217 2217 else 2218 2218 { 2219 sprintf( osd_buf, "OK 0x%x", exmem_start);2220 } 2221 draw_txt_string(2, 13, osd_buf, conf.osd_color);2219 sprintf(buf, "OK 0x%x", exmem_start); 2220 } 2221 draw_txt_string(2, 13, buf, conf.osd_color); 2222 2222 // end of check 2223 2223 }
Note: See TracChangeset
for help on using the changeset viewer.