parent
1c92280097
commit
e5fec98d28
@ -512,6 +512,7 @@ void Client::DeleteStamp(ByteString stampID)
|
|||||||
if (it != stampIDs.end())
|
if (it != stampIDs.end())
|
||||||
{
|
{
|
||||||
stampIDs.erase(it, stampIDs.end());
|
stampIDs.erase(it, stampIDs.end());
|
||||||
|
Platform::RemoveFile(ByteString::Build(STAMPS_DIR, PATH_SEP_CHAR, stampID, ".stm"));
|
||||||
WriteStamps();
|
WriteStamps();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user