Changeset 10482 in vbox for trunk/src/VBox/Runtime/r3/linux
- Timestamp:
- Jul 10, 2008 7:58:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp
r10481 r10482 67 67 strcpy(szFilename, "/sys/"); 68 68 size_t cch = RTStrPrintfV(&szFilename[cchPrefix], sizeof(szFilename) - cchPrefix, pszFormat, va); 69 NOREF(cch); 70 Assert(cch < sizeof(szFilename) - cchPrefix - 1); 69 Assert(cch < sizeof(szFilename) - cchPrefix - 1); NOREF(cch); 71 70 72 71 struct stat st;
Note:
See TracChangeset
for help on using the changeset viewer.