diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 87b4bdea7..1f7246ef0 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -125,7 +125,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector const& argsIn) " }\n" " strcpy(new_string, string);\n" " char *p = new_string;\n" - " while (*p != NULL)\n" + " while (*p != 0)\n" " {\n" " *p = tolower(*p);\n" " ++p;\n"