Changeset 33202 in vbox
- Timestamp:
- Oct 18, 2010 2:43:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r33201 r33202 807 807 va_list args; 808 808 va_start(args, pszFormat); 809 RTMsgError (pszFormat, args);809 RTMsgErrorV(pszFormat, args); 810 810 va_end(args); 811 811 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.