Changeset 104735 in vbox
- Timestamp:
- May 20, 2024 5:19:14 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r103474 r104735 3166 3166 *psz++ = '\0'; 3167 3167 else 3168 psz = strchr(psz , '\0');3168 psz = strchr(pszItem, '\0'); 3169 3169 pszItem = RTStrStrip(pszItem); 3170 3170
Note:
See TracChangeset
for help on using the changeset viewer.