Explorar o código

COMP: fix compile issue

Ken Martin %!s(int64=19) %!d(string=hai) anos
pai
achega
f35c6d461a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/kwsys/testSystemTools.cxx

+ 1 - 1
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."))
     {