added the additional mlog2db switches. Still a lot of testing needed ;-)
This commit is contained in:
@@ -167,7 +167,7 @@ void PSubTextEdit::insertTheoryFunction(int idx)
|
||||
|
||||
int index = idx - 300;
|
||||
|
||||
if (index >= fAdmin->getTheoryCounts())
|
||||
if (index >= (int)fAdmin->getTheoryCounts())
|
||||
return;
|
||||
|
||||
QString str = "????";
|
||||
|
||||
Reference in New Issue
Block a user