vbox的更動 46326 路徑 trunk/src/VBox/Devices/USB/linux
- 時間撮記:
- 2013-5-30 下午12:16:53 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r44528 r46326 477 477 478 478 /* Skip ahead to 'Bus' and compare */ 479 psz = RTStrStripL(psz + 2); Assert(!strncmp(psz, "Bus=", 4));479 psz = RTStrStripL(psz + 2); Assert(!strncmp(psz, RT_STR_TUPLE("Bus="))); 480 480 psz = RTStrStripL(psz + 4); 481 481 char *pszNext; … … 625 625 */ 626 626 #ifdef VBOX_USB_WITH_SYSFS 627 fUsingSysfs = strncmp(pszAddress, "sysfs:", sizeof("sysfs:") - 1) == 0;627 fUsingSysfs = strncmp(pszAddress, RT_STR_TUPLE("sysfs:")) == 0; 628 628 if (fUsingSysfs) 629 629 { … … 949 949 * "SerialNumber=" 950 950 */ 951 if ( strncmp(psz, "SerialNumber=", sizeof("SerialNumber=") - 1))951 if (strncmp(psz, RT_STR_TUPLE("SerialNumber="))) 952 952 break; 953 953
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器