儲存庫 vbox 的更動 62757
- 時間撮記:
- 2016-7-30 下午04:54:22 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Storage/VMDK.cpp
r62756 r62757 1458 1458 const char *pszKey, const char *pszValue) 1459 1459 { 1460 char *pszTmp ;1460 char *pszTmp = NULL; /* (MSC naturally cannot figure this isn't used uninitialized) */ 1461 1461 size_t cbKey = strlen(pszKey); 1462 1462 unsigned uLast = 0; … … 1473 1473 { 1474 1474 pszTmp++; 1475 /** @todo r=bird: Doesn't skipping trailing blanks here just cause unecessary 1476 * bloat and potentially out of space error? */ 1475 1477 while (*pszTmp == ' ' || *pszTmp == '\t') 1476 1478 pszTmp++;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器