VirtualBox

Changeset 69234 in vbox


Ignore:
Timestamp:
Oct 24, 2017 4:08:23 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118547
Message:

scm: license matching fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmrw.cpp

    r69220 r69234  
    11141114        {
    11151115            const char *pszNext;
    1116             if (   pCur->cch - 1 <= cchBody
     1116            if (   pCur->cch <= cchBody + 32 /* (+ 32 since we don't compare spaces and punctuation) */
    11171117                && IsEqualWordByWordIgnoreCase(pCur->psz, pszBody, &pszNext))
    11181118            {
Note: See TracChangeset for help on using the changeset viewer.

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