Fix T77300: Some scientific notation evaluation has incorrect results

Ref D7922
This commit is contained in:
Hans Goudey
2020-08-19 14:41:00 +10:00
committed by Campbell Barton
parent 762e4cf221
commit 04ca28a6e0

View File

@@ -757,7 +757,6 @@ static char *find_next_op(const char *str, char *remaining_str, int len_max)
if (ch_is_op(remaining_str[i])) {
if (scientific_notation) {
scientific_notation = false;
continue;
}
/* Make sure we don't look backwards before the start of the string. */