- Timestamp:
 - May 3, 2009, 1:47:33 AM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  AE/Installer/trunk/source/subs.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
AE/Installer/trunk/source/subs.cpp
r308 r309 454 454 if (toupper((*iter)[0]) + toupper((*iter)[1]) + toupper((*iter)[2]) == 'Y' + 'E' + 'S') package.hasOnis = 1; //Gotta love c++'s lack of a standard case-insensitive 455 455 else if (!HasBSL.compare(*iter)) { // string comparer...I know my implementation here sucks. I need to change it to check each character one by one. At the moment, 456 iter++; iter++;// using "YFR" would probably set it off. :<456 iter++; iter++;} // using "YFR" would probably set it off. :< 457 457 458 458 if (toupper((*iter)[0]) + toupper((*iter)[1]) + toupper((*iter)[2]) == 'Y' + 'E' + 'S') package.hasBSL = 1;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  