mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
no printf
This commit is contained in:
parent
631a4e853a
commit
cbd35c49a6
1 changed files with 6 additions and 6 deletions
|
@ -298,13 +298,13 @@ static void PacketResponseReceived(PacketResponseNG *packet) {
|
|||
PrintAndLogEx(NORMAL, "[" _BLUE_("#") "] %s", s);
|
||||
} else {
|
||||
if (flag & FLAG_INPLACE)
|
||||
printf("\r");
|
||||
printf("%s", s);
|
||||
if (flag & FLAG_NEWLINE)
|
||||
printf("\r\n");
|
||||
}
|
||||
PrintAndLogEx(NORMAL, "\r" NOLF);
|
||||
|
||||
fflush(stdout);
|
||||
PrintAndLogEx(NORMAL, "%s" NOLF, s);
|
||||
|
||||
if (flag & FLAG_NEWLINE)
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
}
|
||||
break;
|
||||
}
|
||||
case CMD_DEBUG_PRINT_INTEGERS: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue