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