- 時間撮記:
- 2014-2-26 下午02:35:56 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp
r50605 r50610 293 293 break; 294 294 295 char *pszRecDir = RTStrAPrintf2("%s/%s", pcszPath, 296 DirEntry.szName); 295 char *pszRecDir = RTPathJoinA(pcszPath, DirEntry.szName); 297 296 if (pszRecDir) 298 297 { … … 307 306 case RTDIRENTRYTYPE_FILE: 308 307 { 309 char *pszNewFile = RTStrAPrintf2("%s/%s", 310 pcszPath, DirEntry.szName); 308 char *pszNewFile = RTPathJoinA(pcszPath, DirEntry.szName); 311 309 if (pszNewFile) 312 310 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器