소스 검색

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