Changeset 62448 in vbox for trunk/src/VBox/Runtime/common/err/errmsg.cpp
- Timestamp:
- Jul 22, 2016 2:51:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsg.cpp
r57926 r62448 79 79 RTDECL(PCRTSTATUSMSG) RTErrGet(int rc) 80 80 { 81 unsigned iFound = ~0 ;81 unsigned iFound = ~0U; 82 82 unsigned i; 83 83 for (i = 0; i < RT_ELEMENTS(g_aStatusMsgs) - 1; i++)
Note:
See TracChangeset
for help on using the changeset viewer.