COMP: fix compile issue
This commit is contained in:
parent
2433bf4517
commit
f35c6d461a
|
@ -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."))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue