Changeset 33621 in vbox for trunk/src/VBox/Main/ApplianceImpl.cpp
- Timestamp:
- Oct 29, 2010 4:15:40 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r33540 r33621 819 819 va_list args; 820 820 va_start(args, aWarning); 821 Utf8Str FmtVAstr(aWarning, args);821 Utf8Str str(aWarning, args); 822 822 va_end(args); 823 823 m->llWarnings.push_back(str);
Note:
See TracChangeset
for help on using the changeset viewer.