VirtualBox

忽略:
時間撮記:
2014-2-26 下午01:53:19 (11 年 以前)
作者:
vboxsync
訊息:

DnD/DnDURIList: RTPATH_DELIMITER is deprecated.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp

    r50593 r50605  
    293293                    break;
    294294
    295                 char *pszRecDir = RTStrAPrintf2("%s%c%s", pcszPath,
    296                                                 RTPATH_DELIMITER, DirEntry.szName);
     295                char *pszRecDir = RTStrAPrintf2("%s/%s", pcszPath,
     296                                                DirEntry.szName);
    297297                if (pszRecDir)
    298298                {
     
    307307            case RTDIRENTRYTYPE_FILE:
    308308            {
    309                 char *pszNewFile = RTStrAPrintf2("%s%c%s",
    310                                                  pcszPath, RTPATH_DELIMITER, DirEntry.szName);
     309                char *pszNewFile = RTStrAPrintf2("%s/%s",
     310                                                 pcszPath, DirEntry.szName);
    311311                if (pszNewFile)
    312312                {
     
    350350    int rc;
    351351    char *pszPathNative = RTStrDup(pszPath);
    352     if (pszPathNative) 
     352    if (pszPathNative)
    353353    {
    354354        RTPathChangeToUnixSlashes(pszPathNative, true /* fForce */);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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