VirtualBox

vbox的更動 57355 路徑 trunk/src/bldprogs


忽略:
時間撮記:
2015-8-14 下午03:03:02 (9 年 以前)
作者:
vboxsync
訊息:

scmrw.cpp: Fixed copy & paste confusion.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/bldprogs/scmrw.cpp

    r57353 r57355  
    575575     * Work thru the file line by line looking for flower box markers.
    576576     */
    577     bool        fModified = false;
     577    size_t      cChanges = 0;
    578578    size_t      cBlankLines = 0;
    579579    SCMEOL      enmEol;
     
    618618                ScmStreamPutEol(pOut, enmEol);
    619619
    620                 fModified = true;
     620                cChanges++;
    621621                cBlankLines = 0;
    622622                continue;
     
    635635            cBlankLines++;
    636636    }
    637     if (fModified)
    638         ScmVerbose(pState, 2, " * Converted EOL markers\n");
    639     return fModified;
     637    if (cChanges > 0)
     638        ScmVerbose(pState, 2, " * Converted %zu flower boxer markers\n", cChanges);
     639    return cChanges != 0;
    640640}
    641641
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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