- 時間撮記:
- 2014-2-26 下午01:53:19 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp
r50593 r50605 293 293 break; 294 294 295 char *pszRecDir = RTStrAPrintf2("%s %c%s", pcszPath,296 RTPATH_DELIMITER,DirEntry.szName);295 char *pszRecDir = RTStrAPrintf2("%s/%s", pcszPath, 296 DirEntry.szName); 297 297 if (pszRecDir) 298 298 { … … 307 307 case RTDIRENTRYTYPE_FILE: 308 308 { 309 char *pszNewFile = RTStrAPrintf2("%s %c%s",310 pcszPath, RTPATH_DELIMITER,DirEntry.szName);309 char *pszNewFile = RTStrAPrintf2("%s/%s", 310 pcszPath, DirEntry.szName); 311 311 if (pszNewFile) 312 312 { … … 350 350 int rc; 351 351 char *pszPathNative = RTStrDup(pszPath); 352 if (pszPathNative) 352 if (pszPathNative) 353 353 { 354 354 RTPathChangeToUnixSlashes(pszPathNative, true /* fForce */);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器