浏览代码

COMP: fix compile issue

Ken Martin 19 年之前
父节点
当前提交
f35c6d461a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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."))
     {