support uncompressed ep3 card definition lists

This commit is contained in:
Martin Michelsen
2022-11-28 21:38:58 -08:00
parent 95b4d34593
commit 8efc9f1b3e
5 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -1053,7 +1053,7 @@ static HandlerResult S_G_B8(shared_ptr<ServerState>,
return HandlerResult::Type::FORWARD;
}
string output_filename = string_printf("cardupdate.%" PRIu64 ".mnr", now());
string output_filename = string_printf("card-definitions.%" PRIu64 ".mnr", now());
save_file(output_filename, r.read(size));
session.log.info("Wrote %zu bytes to %s", size, output_filename.c_str());
}