453 |
|
iter++; iter++; |
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 |
|
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 |
|
|
458 |
|
if (toupper((*iter)[0]) + toupper((*iter)[1]) + toupper((*iter)[2]) == 'Y' + 'E' + 'S') package.hasBSL = 1; |
459 |
|
} |