Changeset 309 for AE/Installer/trunk


Ignore:
Timestamp:
May 3, 2009, 1:47:33 AM (16 years ago)
Author:
iritscen
Message:

Replaced missing bracket on line 456. Oops!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/subs.cpp

    r308 r309  
    454454                                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
    455455                                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. :<
    457457
    458458                                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.