Changeset 55022 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 31, 2015 10:31:10 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r54911 r55022 5641 5641 for (unsigned i = 0; RT_SUCCESS(rc) && i < cProps; ++i) 5642 5642 { 5643 AssertPtr Return(namesOut[i],VERR_INVALID_PARAMETER);5643 AssertPtrBreakStmt(namesOut[i], rc = VERR_INVALID_PARAMETER); 5644 5644 rc = RTUtf16ToUtf8(namesOut[i], &papszNames[i]); 5645 5645 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.