fixed type of param of StringInstance

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-02-21 18:31:32 +08:00
parent 47f40baaab
commit ac5931ce26

View File

@ -321,7 +321,7 @@ namespace hgl
* @return 0 * @return 0
* @return >0 * @return >0
*/ */
const int Comp(const uint pos,const T *str,const uint num)const const int Comp(const int pos,const T *str,const uint num)const
{ {
if(!str) if(!str)
return(length-pos); return(length-pos);