VirtualBox

Ignore:
Timestamp:
Oct 7, 2015 12:05:47 AM (9 years ago)
Author:
vboxsync
Message:

IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It now defaults to the host path style just like RTUriFileCreate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp

    r57826 r58069  
    316316                        for (size_t i = 0; i < lstFilesURI.size(); i++)
    317317                        {
    318                             char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).toAscii().constData(), URI_FILE_FORMAT_AUTO);
     318                            char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).toAscii().constData());
    319319                            if (pszFilePath)
    320320                            {
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