diff --git a/src/Nibbler.cpp b/src/Nibbler.cpp index e025c6d42..44ac6b6f2 100644 --- a/src/Nibbler.cpp +++ b/src/Nibbler.cpp @@ -708,7 +708,8 @@ bool Nibbler::getDateISO (time_t& t) // Parse the longest integer using the next 'limit' characters of 'result' // following position 'i' (when strict is true, the number of digits must be // equal to limit). -bool Nibbler::parseDigits(std::string::size_type& i, +bool Nibbler::parseDigits( + std::string::size_type& i, int& result, unsigned int limit, bool strict /* = true */)