From fdefe70a955c8140f080974319bbf97364d3e610 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 30 Mar 2016 19:16:35 +0200 Subject: Assertion failure generation documentation In case of windows 64 bit the generation of the doxygen documentation results in a pop up screen with (most relevant information): Debug Assertion Failed File: f:\dd\vctools\crt\crtw32\convert\istype.c Line: 68 Expression c >= -1 && c <= 255 Problem is that a value is fed to isspace that is not in the correct range and has to be converted to this range. --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 7127e9a..9899c79 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -1722,7 +1722,7 @@ QCString removeRedundantWhiteSpace(const QCString &s) char c; char pc=0; // skip leading whitespace - while (i