Changeset 26507 in vbox
- Timestamp:
- Feb 14, 2010 9:25:43 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.cpp
r26500 r26507 2032 2032 if (!pchOptions) 2033 2033 return VERR_INVALID_PARAMETER; 2034 size_t cchPattern = pchOptions - pchLine - 1;2035 size_t cchOptions = cchLine - cchPattern - 1 - 1;2034 size_t cchPattern = pchOptions - pchLine; 2035 size_t cchOptions = cchLine - cchPattern - 1; 2036 2036 pchOptions++; 2037 2037
Note:
See TracChangeset
for help on using the changeset viewer.