- Timestamp:
- 09/07/09 21:50:52 (3 years ago)
- Children:
- 66868cb27d32f490ae3682562ddc72a09e4c8aa1
- Parents:
- 19b1efa9f4702a695f185596a26c1a33b5c5ed23
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-07T14:50:52Z-0700
- Files:
-
- 1 modified
-
com32/hdt/hdt-menu-syslinux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-menu-syslinux.c
ra00023 r8e7362 77 77 snprintf(buffer, sizeof buffer, "%s", 78 78 hardware->sv->copyright_string + 1); 79 /* Remove the trailing LF in the copyright string to avoid scrolling */ 79 80 snprintf(statbuffer, sizeof statbuffer, "%s", 80 hardware->sv->copyright_string + 1);81 remove_trailing_lf(hardware->sv->copyright_string + 1)); 81 82 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); 82 83 menu->items_count++;
