fixed BaseString::Trim... functions bug.

This commit is contained in:
2020-08-24 11:54:17 +08:00
parent a65385a87b
commit def5b0f873

View File

@@ -870,7 +870,7 @@ namespace hgl
if(new_len>0)
{
Set(new_str,new_len,true);
SetString(SelfClass::newOf(new_str,new_len));
return(true);
}
else