More logic operator replacements.

Use Qt string classes.
This commit is contained in:
nemerle
2016-04-25 15:51:58 +02:00
parent 9cd3226536
commit d6249916e1
44 changed files with 660 additions and 620 deletions

View File

@@ -52,7 +52,7 @@ int LIB_PatternCollector::readSyms(FILE *fl)
exit(10);
}
while (!feof(fl))
while (not feof(fl))
{
type = readByte(fl);
len = readWord(fl);