Changeset 103275 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 8, 2024 11:56:18 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161567
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r103260 r103275 2310 2310 if (RT_FAILURE(rc)) 2311 2311 throw EIPRTFailure(rc, "RTStrCopy"); 2312 rc = RTStrCat(szTmpFilename, sizeof(szTmpFilename), s_pszTmpSuff); 2313 if (RT_FAILURE(rc)) 2314 throw EIPRTFailure(rc, "RTStrCat"); 2312 strcat(szTmpFilename, s_pszTmpSuff); 2315 2313 2316 2314 char szPrevFilename[RTPATH_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.