VirtualBox

Changeset 103275 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Feb 8, 2024 11:56:18 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161567
Message:

Backed out r161549 again (not wanted / bloat).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r103260 r103275  
    23102310        if (RT_FAILURE(rc))
    23112311            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);
    23152313
    23162314        char szPrevFilename[RTPATH_MAX];
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette