csave works

This commit is contained in:
merlokk 2018-11-29 13:42:07 +02:00
commit e6d7a05721

View file

@ -2878,6 +2878,7 @@ int CmdHF14AMfCSave(const char *Cmd) {
saveFile(filename, "bin", dump, bytes);
saveFileEML(filename, "eml", dump, bytes, MFBLOCK_SIZE);
saveFileJSON(filename, "json", dump, bytes);
free(dump);
return 0;
}