Changeset 283
- Timestamp:
- May 15, 2005, 9:51:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cppbase/bs_config.cpp
r279 r283 1822 1822 _ustrProfile.assignUtf8(pcszClearProfile, pFirstBackslash); 1823 1823 1824 if ( _ustrProfile.compareUtf8("USER") 1825 && _ustrProfile.compareUtf8("SYSTEM") 1824 // V1.0.7 (2005-05-15) [pr]: Changed to case-insensitive compare as there are 1825 // a few broken packages out there 1826 if ( _ustrProfile.compareUtf8I("USER") 1827 && _ustrProfile.compareUtf8I("SYSTEM") 1826 1828 ) 1827 1829 {
Note:
See TracChangeset
for help on using the changeset viewer.