Changeset 49039 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 10, 2013 6:27:32 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r47906 r49039 323 323 if (!format || !*format) 324 324 { 325 const char *pszExt = RTPath Ext(filename);325 const char *pszExt = RTPathSuffix(filename); 326 326 /* Skip over . if there is an extension. */ 327 327 if (pszExt) … … 356 356 /** @todo use IMediumFormat to cover all extensions generically */ 357 357 Utf8Str strName(filename); 358 if (!RTPathHa veExt(strName.c_str()))358 if (!RTPathHasSuffix(strName.c_str())) 359 359 { 360 360 Utf8Str strFormat(format);
Note:
See TracChangeset
for help on using the changeset viewer.