VirtualBox

儲存庫 vbox 的更動 62757


忽略:
時間撮記:
2016-7-30 下午04:54:22 (8 年 以前)
作者:
vboxsync
訊息:

vmdkDescSetStr: why bother skipping blanks after '='?

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Storage/VMDK.cpp

    r62756 r62757  
    14581458                          const char *pszKey, const char *pszValue)
    14591459{
    1460     char *pszTmp;
     1460    char *pszTmp = NULL; /* (MSC naturally cannot figure this isn't used uninitialized) */
    14611461    size_t cbKey = strlen(pszKey);
    14621462    unsigned uLast = 0;
     
    14731473            {
    14741474                pszTmp++;
     1475                /** @todo r=bird: Doesn't skipping trailing blanks here just cause unecessary
     1476                 *        bloat and potentially out of space error? */
    14751477                while (*pszTmp == ' ' || *pszTmp == '\t')
    14761478                    pszTmp++;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette