STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -

KDevelop3"
-initialize Ignore to 0, crashes otherwise

Alex
This commit is contained in:
Alexander Neundorf
2007-07-03 16:10:50 -04:00
parent d9ec3bbe43
commit 7fbd4161d5
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -123,6 +123,7 @@ cmCAStringVector::cmCAStringVector(cmCommandArgumentsHelper* args,
const char* key,
cmCommandArgumentGroup* group)
:cmCommandArgument(args, key, group)
,Ignore(0)
{
if ((key==0) || (*key==0))
{