Changeset 53312 in vbox
- Timestamp:
- Nov 12, 2014 11:14:34 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
r49114 r53312 397 397 { 398 398 std::string address, strOffset; 399 int pos = it->find('=');399 size_t pos = it->find('='); 400 400 LONG lOffset = 0; 401 401 Bstr bstrAddress;
Note:
See TracChangeset
for help on using the changeset viewer.