Here! DeleteRecordofFile and DeleteRecordbyGetHandle: *v7 = eventRecordIdentifier; ===> *v7 = *v7 - 1; When the first recordID is not 1 , it will be wrong.
Here!
DeleteRecordofFile and DeleteRecordbyGetHandle:
*v7 = eventRecordIdentifier;
===>
*v7 = *v7 - 1;
When the first recordID is not 1 , it will be wrong.