VirtualBox

Changeset 69170 in vbox for trunk/src/bldprogs/scmrw.cpp


Ignore:
Timestamp:
Oct 23, 2017 3:59:00 PM (7 years ago)
Author:
vboxsync
Message:

scm: License and copyright updating. [build fix]

File:
1 edited

Legend:

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

    r69168 r69170  
    748748            }
    749749            else
     750            {
     751                if (ppsz2Next)
     752                    *ppsz2Next = psz2;
    750753                return true;
     754            }
    751755        }
    752756        else
     
    769773            if (   ch1 != ch2
    770774                && RT_C_TO_LOWER(ch1) != RT_C_TO_LOWER(ch2))
     775            {
     776                if (ppsz2Next)
     777                    *ppsz2Next = psz2;
    771778                return false;
     779            }
    772780        }
    773781    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette