xpressn.c, cleanup `maximize' operation
This commit is contained in:
parent
dbb8a76adb
commit
3e721d871a
|
|
@ -1317,7 +1317,7 @@ formula(tdico *dico, const char *s, bool *perror)
|
|||
}
|
||||
oper[level] = c;
|
||||
|
||||
if (level > topop)
|
||||
if (topop < level)
|
||||
topop = level;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue