diff --git a/lib/checkfunctions.cpp b/lib/checkfunctions.cpp index de7f8968b..03b8f0acc 100644 --- a/lib/checkfunctions.cpp +++ b/lib/checkfunctions.cpp @@ -79,7 +79,7 @@ void CheckFunctions::checkProhibitedFunctions() } //--------------------------------------------------------------------------- -// strtol(str, 0, radix) <- radix must be 0 or 2-36 +// Check and //--------------------------------------------------------------------------- void CheckFunctions::invalidFunctionUsage() {