Changeset 58040 in vbox
- Timestamp:
- Oct 6, 2015 8:54:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r57358 r58040 202 202 if (!pwsz) 203 203 { 204 fwprintf(stderr, L"ERROR: Out of memory (%u bytes)\n", cchNewCmdLine);204 fwprintf(stderr, L"ERROR: Out of memory (%u bytes)\n", (unsigned)cchNewCmdLine); 205 205 return 15; 206 206 }
Note:
See TracChangeset
for help on using the changeset viewer.