VirtualBox

Changeset 52843 in vbox


Ignore:
Timestamp:
Sep 24, 2014 1:51:26 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96254
Message:

vbcppProcessSkipWhiteAndEscapedEol: wrong chPrev update for spaces.

File:
1 edited

Legend:

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

    r42548 r52843  
    11331133        else if (RT_C_IS_SPACE(ch))
    11341134        {
    1135             ch = chPrev;
     1135            chPrev = ch;
    11361136            ch = ScmStreamGetCh(pStrmInput);
    11371137            Assert(ch == chPrev);
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