vbox的更動 39191 路徑 trunk/src/VBox/HostDrivers/VBoxUSB
- 時間撮記:
- 2011-11-3 下午03:23:54 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r39189 r39191 348 348 * 349 349 * */ 350 RTUtf16ToUtf8((PCRTUTF16)pDrList->StrDr.bString, lppszString); 350 int rc = RTUtf16ToUtf8((PCRTUTF16)pDrList->StrDr.bString, lppszString); 351 if (RT_FAILURE(rc)) 352 { 353 AssertMsgFailed(("RTUtf16ToUtf8 failed, rc (%d), resuming\n", rc)); 354 continue; 355 } 356 357 Assert(lppszString); 351 358 if (pDrList->iDr == pConInfo->DeviceDescriptor.iSerialNumber) 352 359 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器