Changeset 73805 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 21, 2018 4:40:42 PM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r73804 r73805 5077 5077 if (!aValue.isEmpty()) 5078 5078 { 5079 for ( int i = 0; i < aKey.length(); ++i)5079 for (size_t i = 0; i < aKey.length(); ++i) 5080 5080 { 5081 5081 char ch = aKey[i]; -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r73804 r73805 2078 2078 if (!strValue.isEmpty()) 2079 2079 { 2080 for ( int i = 0; i < strKey.length(); ++i)2080 for (size_t i = 0; i < strKey.length(); ++i) 2081 2081 { 2082 2082 char ch = strKey[i];
Note:
See TracChangeset
for help on using the changeset viewer.