mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update sqratUtil.h
This commit is contained in:
parent
c3a0d23a32
commit
623f8053f4
@ -2071,7 +2071,7 @@ struct StackStrF
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
size_t GetSize() const
|
||||
{
|
||||
return mLen >= 0 ? static_cast< size_t >(mLen) : 0;
|
||||
return static_cast< size_t >(mLen);
|
||||
}
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// Retrieve the string as a std::string container.
|
||||
|
Loading…
Reference in New Issue
Block a user