Changeset 43843 in vbox
- Timestamp:
- Nov 9, 2012 5:22:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp
r43842 r43843 400 400 401 401 char *pszEnd = pszName + cbName - 1; 402 while (pszEnd > pszName && RT_C_IS_DIGIT(*pszEnd))402 while (pszEnd > pszName && (RT_C_IS_DIGIT(*pszEnd) || *pszEnd == '\n')) 403 403 pszEnd--; 404 404 pszEnd[1] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.