VirtualBox

Changeset 69422 in vbox


Ignore:
Timestamp:
Oct 27, 2017 10:31:57 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118755
Message:

scm: Fixed comment parser bug.

File:
1 edited

Legend:

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

    r69345 r69422  
    211211        off++;
    212212    size_t cchBody = cchLine;
    213     while (cchBody >= off && RT_C_IS_SPACE(pchLine[cchBody - 1]))
     213    while (cchBody > off && RT_C_IS_SPACE(pchLine[cchBody - 1]))
    214214           cchBody--;
    215215    cchBody -= off;
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