xpressn.c, cleanup `maximize' operation

This commit is contained in:
rlar 2013-06-02 17:15:51 +02:00
parent dbb8a76adb
commit 3e721d871a
1 changed files with 1 additions and 1 deletions

View File

@ -1317,7 +1317,7 @@ formula(tdico *dico, const char *s, bool *perror)
}
oper[level] = c;
if (level > topop)
if (topop < level)
topop = level;
}