From df184e072b4b3f5a5ca4ae3ae7091702462b81c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 17 Dec 2024 10:53:04 +0100 Subject: [PATCH] Fix missing line break removed in #51 --- src/ccid.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ccid.c b/src/ccid.c index 3b181a4..dc11eab 100644 --- a/src/ccid.c +++ b/src/ccid.c @@ -223,7 +223,11 @@ int ccid_process_single(libusb_device_handle *handle, uint8_t *receiving_buffer, fflush(stdout); } continue; + } else if (prev_status == AWAITING_FOR_TOUCH_STATUS_CODE){ + printf("\n"); + fflush(stdout); } + prev_status = iccResult.status; if (iccResult.chain == 0 || iccResult.chain == 2) { if (result != NULL) {