diff --git a/src/helpers/MiscFunctions.cpp b/src/helpers/MiscFunctions.cpp index dca24552..1010a29e 100644 --- a/src/helpers/MiscFunctions.cpp +++ b/src/helpers/MiscFunctions.cpp @@ -243,7 +243,7 @@ bool isNumber(const std::string& str, bool allowfloat) { if (point) return false; point = true; - break; + continue; } if (!std::isdigit(c))