Changeset b8e2f93 in mainline for uspace/app/usbinfo/info.c
- Timestamp:
- 2011-03-17T23:41:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1614ce3, d71691d
- Parents:
- 749f18c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/info.c
r749f18c5 rb8e2f93 237 237 l18_win_locales_t lang = langs[i]; 238 238 239 printf("%sStrings for language 0x%04x:\n", get_indent(0),240 (int) lang);239 printf("%sStrings in %s:\n", get_indent(0), 240 str_l18_win_locale(lang)); 241 241 /* 242 242 * Try only the first 15 strings
Note:
See TracChangeset
for help on using the changeset viewer.