textual output

This commit is contained in:
iceman1001 2018-02-28 08:12:21 +01:00
commit 97c029fc55
3 changed files with 6 additions and 3 deletions

View file

@ -66,6 +66,7 @@ int CmdLFHitagList(const char *Cmd) {
FILE* f = NULL;
if (len > FILE_PATH_SIZE) len = FILE_PATH_SIZE;
memcpy(filename, Cmd, len);
if (strlen(filename) > 0) {