Changeset 54983 in vbox
- Timestamp:
- Mar 27, 2015 7:28:22 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99244
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r54982 r54983 755 755 for (unsigned i = 0; i < extensions.size(); ++i) 756 756 { 757 Utf8Str strExtension(Bstr(extensions[i])); 757 Bstr bstrExt(extensions[i]); 758 Utf8Str strExtension(bstrExt); 758 759 if(strExtension.compare(pszExtension, Utf8Str::CaseInsensitive) == 0) 759 760 {
Note:
See TracChangeset
for help on using the changeset viewer.