mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47: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
|
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.
|
/// Retrieve the string as a std::string container.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user