mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Revert "Let's see if the prompt suffixed spaces are still needed. Please shout if it breaks."
ok now I see where it breaks :) will debug locally...
This reverts commit 4066287b98
.
This commit is contained in:
parent
4066287b98
commit
a8a9e98ca2
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) {
|
||||||
if (g_printAndLog & PRINTANDLOG_PRINT) {
|
if (g_printAndLog & PRINTANDLOG_PRINT) {
|
||||||
memcpy_filter_emoji(buffer3, buffer2, sizeof(buffer2), session.emoji_mode);
|
memcpy_filter_emoji(buffer3, buffer2, sizeof(buffer2), session.emoji_mode);
|
||||||
fprintf(stream, "%s", buffer3);
|
fprintf(stream, "%s", buffer3);
|
||||||
// fprintf(stream, " "); // cleaning prompt
|
fprintf(stream, " "); // cleaning prompt
|
||||||
fprintf(stream, "\n");
|
fprintf(stream, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue