VirtualBox

Changeset 73075 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jul 11, 2018 4:24:32 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123636
Message:

scm: fix for = and == priorities

File:
1 edited

Legend:

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

    r71023 r73075  
    22132213    char ch;
    22142214    if (   cchLineBeforeTodo > 2
    2215         && (   (ch = pchLine[cchLineBeforeTodo - 1] == '@')
     2215        && (   ((ch = pchLine[cchLineBeforeTodo - 1]) == '@')
    22162216            || ch == '\\' ) )
    22172217        cchLineBeforeTodo--;
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