mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
[revert] typo
This commit is contained in:
@@ -6488,7 +6488,7 @@ __sto_emplace(
|
||||
if (sread_len < 2)
|
||||
return TOO_SMALL;
|
||||
|
||||
if (fread_len == 0 && *fread_ptr == 0)
|
||||
if (fread_len == 0 && fread_ptr == 0)
|
||||
{
|
||||
// this is a delete operation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user