- 時間撮記:
- 2015-10-13 上午11:49:33 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp
r58069 r58212 284 284 RTPathChangeToUnixSlashes(pszPathNative, true /* fForce */); 285 285 286 char *pszPathURI = RTUriCreate("file" /* pszScheme */, "/"/* pszAuthority */,286 char *pszPathURI = RTUriCreate("file" /* pszScheme */, NULL /* pszAuthority */, 287 287 pszPathNative, NULL /* pszQuery */, NULL /* pszFragment */); 288 288 if (pszPathURI) … … 486 486 487 487 RTCString DnDURIList::RootToString(const RTCString &strPathBase /* = "" */, 488 const RTCString &strSeparator /* = "\r\n" */) 488 const RTCString &strSeparator /* = "\r\n" */) const 489 489 { 490 490 RTCString strRet; … … 504 504 { 505 505 strRet += RTCString(pszPathURI) + strSeparator; 506 LogFlowFunc(("URI : %s\n", strRet.c_str()));506 LogFlowFunc(("URI (Base): %s\n", strRet.c_str())); 507 507 RTStrFree(pszPathURI); 508 508 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器