VirtualBox

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


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

scm: adjusted the flower box detection.

檔案:
修改 1 筆資料

圖例:

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

    r57365 r57367  
    480480    while (offLine < cchLine && pchLine[offLine] == '*')
    481481        offLine++;
    482     if (offLine < 20)
     482    if (offLine < 20)                   /* (Code below depend on a reasonable minimum here.) */
    483483        return false;
    484484    while (offLine < cchLine && RT_C_IS_BLANK(pchLine[offLine]))
     
    498498
    499499    offLine = 0;
    500     while (offLine < cchLine && RT_C_IS_BLANK(pchLine[offLine]))
    501         offLine++;
    502     if (offLine + 5 > cchLine)
    503         return false;
     500    if (RT_C_IS_BLANK(pchLine[0]))
     501        offLine = RT_C_IS_BLANK(pchLine[1]) ? 2 : 1;
     502
    504503    if (pchLine[offLine] != '*')
    505504        return false;
    506505    offLine++;
     506
    507507    if (!RT_C_IS_BLANK(pchLine[offLine + 1]))
    508508        return false;
    509509    offLine++;
     510
    510511    while (offLine < cchLine && RT_C_IS_BLANK(pchLine[offLine]))
    511512        offLine++;
     
    541542
    542543    offLine = 0;
     544    if (RT_C_IS_BLANK(pchLine[0]))
     545        offLine = RT_C_IS_BLANK(pchLine[1]) ? 2 : 1;
    543546    while (offLine < cchLine && pchLine[offLine] == '*')
    544547        offLine++;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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