Changeset 69234 in vbox
- Timestamp:
- Oct 24, 2017 4:08:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r69220 r69234 1114 1114 { 1115 1115 const char *pszNext; 1116 if ( pCur->cch - 1 <= cchBody1116 if ( pCur->cch <= cchBody + 32 /* (+ 32 since we don't compare spaces and punctuation) */ 1117 1117 && IsEqualWordByWordIgnoreCase(pCur->psz, pszBody, &pszNext)) 1118 1118 {
Note:
See TracChangeset
for help on using the changeset viewer.