support new BaseString

This commit is contained in:
hyzboy 2020-04-24 21:12:17 +08:00
parent bf9866041f
commit dbdb48efdc

View File

@ -83,7 +83,7 @@ namespace hgl
if(result!=txt.Length()) if(result!=txt.Length())
{ {
error_info=OS_TEXT("[ERROR][SaveJson] Save file failed, only write ")+OSString(result)+OS_TEXT("/")+OSString(txt.Length()); error_info=OS_TEXT("[ERROR][SaveJson] Save file failed, only write ")+OSString::valueOf(result)+OS_TEXT("/")+OSString::valueOf(txt.Length());
return(false); return(false);
} }