Changeset 69009 in vbox
- Timestamp:
- Oct 6, 2017 5:52:55 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r69008 r69009 1784 1784 if (!strTmp.isEmpty()) 1785 1785 { 1786 size_t pos = strTmp.find( 'x');1786 size_t pos = strTmp.find("x"); 1787 1787 if (pos != strTmp.npos) 1788 1788 {
Note:
See TracChangeset
for help on using the changeset viewer.

