VirtualBox

Changeset 98087 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jan 16, 2023 12:55:39 AM (2 years ago)
Author:
vboxsync
Message:

Main/AutoLock.cpp: Don't use Utf8StrFmt when RTCString::printf will do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/AutoLock.cpp

    r96407 r98087  
    174174    m->lockClass = lockClass;
    175175#ifdef VBOX_WITH_MAIN_LOCK_VALIDATION
    176     m->strDescription = com::Utf8StrFmt("r/w %RCv", this);
     176    m->strDescription.printf("r/w %RCv", this);
    177177#endif
    178178
Note: See TracChangeset for help on using the changeset viewer.

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