VirtualBox

Changeset 33621 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Oct 29, 2010 4:15:40 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67232
Message:

Utf8Str: Use printfV in Utf8StrFmt, eliminated Utf8StrFmtVA by replacing it by a Utf8Str(str,va) constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r33612 r33621  
    189189        va_list args;
    190190        va_start(args, pcszFormat);
    191         Utf8StrFmtVA strWhat(pcszFormat, args);
     191        Utf8Str strWhat(pcszFormat, args);
    192192        va_end(args);
    193193
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