mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 06:37:13 +02:00
Fix recursive call that could cause infinite loop.
Introduced by an earlier commit.
This commit is contained in:
@ -178,7 +178,7 @@ public:
|
||||
*/
|
||||
Buffer & Valid() const
|
||||
{
|
||||
Valid();
|
||||
Validate();
|
||||
// Return the buffer
|
||||
return *m_Buffer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user