vbox的更動 61669 路徑 trunk/src/VBox/Debugger
- 時間撮記:
- 2016-6-13 上午08:44:56 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
r59415 r61669 1533 1533 iDiff = memcmp(pszSubName, pNode->papChildren[i]->pszName, cchCompare); 1534 1534 if (!iDiff) 1535 { 1535 1536 iDiff = cchSubName == cchCompare ? 0 : cchSubName > cchCompare ? 1 : -1; 1537 /* For cases when exisiting node name is same as new node name with additional characters. */ 1538 if (!iDiff) 1539 iDiff = cchSubName == pNode->papChildren[i]->cchName ? 0 : cchSubName > pNode->papChildren[i]->cchName ? 1 : -1; 1540 } 1536 1541 if (iDiff > 0) 1537 1542 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器