Update texthook.cc

This commit is contained in:
恍兮惚兮 2024-08-31 18:23:06 +08:00
parent 523c65d1f8
commit d7afd866fe

View File

@ -201,7 +201,7 @@ bool checklengthembedable(const HookParam &hp, size_t size)
len = 4;
else
{
len = 1;
len = 2;
}
return size > len;
}