Changeset 84872 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 18, 2020 1:55:00 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r84864 r84872 217 217 COM_IIDOF(IGuestSession), 218 218 GuestSession::getStaticComponentName(), 219 strMsg.c_str()); 219 /* Make sure to hand-in the message via format string to avoid problems 220 * with (file) paths which e.g. contain "%s" and friends. Can happen with 221 * randomly generated Validation Kit stuff. */ 222 "%s", strMsg.c_str()); 220 223 if (FAILED(hr2)) 221 224 return hr2;
Note:
See TracChangeset
for help on using the changeset viewer.