Changeset 13083 in vbox for trunk/src/VBox/Runtime/common/err/errmsg.cpp
- Timestamp:
- Oct 8, 2008 2:44:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37571
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsg.cpp
r8245 r13083 100 100 */ 101 101 int iMsg = ASMAtomicXchgU32(&g_iUnknownMsgs, (g_iUnknownMsgs + 1) % ELEMENTS(g_aUnknownMsgs)); 102 RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X \n", rc);102 RTStrPrintf(&g_aszUnknownStr[iMsg][0], sizeof(g_aszUnknownStr[iMsg]), "Unknown Status 0x%X", rc); 103 103 return &g_aUnknownMsgs[iMsg]; 104 104 }
Note:
See TracChangeset
for help on using the changeset viewer.