- Timestamp:
- 11/23/09 14:16:32 (2 years ago)
- Children:
- 219c2a3ea81917d4c80814dce2c58f85dbcf2cf9
- Parents:
- bb88c66722eedcf2a2e5fb03051c6cef4c9ad5a3
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-23T15:16:32Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt-menu-summary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-menu-summary.c
rbb88c6 r06a7af 100 100 101 101 snprintf(buffer, sizeof buffer, "Memory Size : %lu MiB (%lu KiB)", 102 hardware->detected_memory_size>>10,102 (hardware->detected_memory_size + (1<<9))>>10, 103 103 hardware->detected_memory_size); 104 104 snprintf(statbuffer, sizeof statbuffer, "Detected Memory Size: %lu MiB (%lu KiB)", 105 hardware->detected_memory_size>>10, hardware->detected_memory_size);105 (hardware->detected_memory_size+(1<<9))>>10, hardware->detected_memory_size); 106 106 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); 107 107 menu->items_count++;
