Mifare Sim

Compilation OK
Emulation 1k OK with android
This commit is contained in:
vratiskol
2019-03-27 14:18:26 +01:00
parent ee2dfc0852
commit a068f7c2bc
6 changed files with 208 additions and 151 deletions

View File

@@ -242,9 +242,9 @@ void mrev(model_t *model) {
void mnovel(model_t *model) {
/* remove name and check string from modified model */
/* previous classification no longer applies */
/* previous classification no longer applies */
model->name = NULL;
model->flags &= ~P_CLMASK;
model->flags &= ~P_CLMASK;
pfree(&model->check);
pfree(&model->magic);
}