Changeset 69170 in vbox for trunk/src/bldprogs/scmrw.cpp
- Timestamp:
- Oct 23, 2017 3:59:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r69168 r69170 748 748 } 749 749 else 750 { 751 if (ppsz2Next) 752 *ppsz2Next = psz2; 750 753 return true; 754 } 751 755 } 752 756 else … … 769 773 if ( ch1 != ch2 770 774 && RT_C_TO_LOWER(ch1) != RT_C_TO_LOWER(ch2)) 775 { 776 if (ppsz2Next) 777 *ppsz2Next = psz2; 771 778 return false; 779 } 772 780 } 773 781 }
Note:
See TracChangeset
for help on using the changeset viewer.