VirtualBox

Changeset 26507 in vbox


Ignore:
Timestamp:
Feb 14, 2010 9:25:43 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57678
Message:

scm: Fixed another bug in scmSettingsAddPair.

File:
1 edited

Legend:

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

    r26500 r26507  
    20322032    if (!pchOptions)
    20332033        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;
    20362036    pchOptions++;
    20372037
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