Changeset 8482 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 29, 2008 9:25:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsgxpcom.cpp
r8402 r8482 49 49 { 50 50 //#include "errmsgxpcomdata.h" 51 { 0, "NS_SUCCESS", "Success" }, 51 52 { NULL, NULL, 0 } 52 53 }; … … 72 73 { 73 74 unsigned i; 74 for (i = 0; i < RT_ELEMENTS(g_aStatusMsgs) ; i++)75 for (i = 0; i < RT_ELEMENTS(g_aStatusMsgs) - 1; i++) 75 76 if (g_aStatusMsgs[i].iCode == rc) 76 77 return &g_aStatusMsgs[i];
Note:
See TracChangeset
for help on using the changeset viewer.