VirtualBox

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

DnD/DnDURIList: RTStrAPrintf2 -> RTPathJoinA.

檔案:
修改 1 筆資料

圖例:

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

    r50605 r50610  
    293293                    break;
    294294
    295                 char *pszRecDir = RTStrAPrintf2("%s/%s", pcszPath,
    296                                                 DirEntry.szName);
     295                char *pszRecDir = RTPathJoinA(pcszPath, DirEntry.szName);
    297296                if (pszRecDir)
    298297                {
     
    307306            case RTDIRENTRYTYPE_FILE:
    308307            {
    309                 char *pszNewFile = RTStrAPrintf2("%s/%s",
    310                                                  pcszPath, DirEntry.szName);
     308                char *pszNewFile = RTPathJoinA(pcszPath, DirEntry.szName);
    311309                if (pszNewFile)
    312310                {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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