chg: printandlogex now deals with string which has inital newline char.

This commit is contained in:
iceman1001 2018-04-27 11:22:30 +02:00
commit c41013d394
12 changed files with 53 additions and 46 deletions

View file

@ -377,7 +377,7 @@ int CmdHFFelicaDumpLite(const char *Cmd) {
}
}
if (resp.arg[0] == 0) {
PrintAndLogEx(NORMAL, "\n"); PrintAndLogEx(WARNING, "Button pressed. Aborted.");
PrintAndLogEx(WARNING, "\nButton pressed. Aborted.");
return 1;
}