From f35c6d461a16d5903f91552347feccc300d77365 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 25 Jul 2006 14:15:01 -0400 Subject: [PATCH] COMP: fix compile issue --- Source/kwsys/testSystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/testSystemTools.cxx b/Source/kwsys/testSystemTools.cxx index f5550ae96..c4da9e142 100644 --- a/Source/kwsys/testSystemTools.cxx +++ b/Source/kwsys/testSystemTools.cxx @@ -152,7 +152,7 @@ bool CheckStringOperations() res = false; } - const char * cres = + char * cres = kwsys::SystemTools::AppendStrings("Mary Had A"," Little Lamb."); if (strcmp(cres,"Mary Had A Little Lamb.")) {