VirtualBox

Changeset 79168 in vbox


Ignore:
Timestamp:
Jun 17, 2019 6:41:35 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131337
Message:

fixed incorrect usage Utf8Str::assignEx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r78923 r79168  
    441441
    442442                Utf8Str ext = strLocation;
    443                 ext.assignEx(RTPathSuffix(ext.c_str()));//returns extension with dot (".iso")
     443                ext.assignEx(RTPathSuffix(strLocation.c_str()));//returns extension with dot (".iso")
    444444
    445445                int eq = ext.compare(".iso", Utf8Str::CaseInsensitive);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette