From 3ff659fd98bedaadf5153a3c695ba124b8199ffa Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 16 Sep 2023 09:31:42 +0200 Subject: [PATCH] fix newline issue --- client/atr_scrap_pcsctools.py | 2 +- client/src/atrs.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/atr_scrap_pcsctools.py b/client/atr_scrap_pcsctools.py index 7325d90a3..1f0ab3948 100755 --- a/client/atr_scrap_pcsctools.py +++ b/client/atr_scrap_pcsctools.py @@ -59,7 +59,7 @@ const char *getAtrInfo(const char *atr_str); // atr_t array is expected to be NULL terminated const static atr_t AtrTable[] = { { "3BDF18FFC080B1FE751F033078464646462026204963656D616E1D", "Cardhelper by 0xFFFF and Iceman" }, - { "3B90969181B1FE551FC7D4", "IClass SE Processor (Other)\nhttps://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"}, + { "3B90969181B1FE551FC7D4", "IClass SE Processor (Other) https://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"}, """ C_FOOTER=""" {NULL, "N/A"} diff --git a/client/src/atrs.h b/client/src/atrs.h index b66f10cc9..134e74d77 100644 --- a/client/src/atrs.h +++ b/client/src/atrs.h @@ -34,8 +34,7 @@ const char *getAtrInfo(const char *atr_str); // atr_t array is expected to be NULL terminated const static atr_t AtrTable[] = { { "3BDF18FFC080B1FE751F033078464646462026204963656D616E1D", "Cardhelper by 0xFFFF and Iceman" }, - { "3B90969181B1FE551FC7D4", "IClass SE Processor (Other) -https://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"}, + { "3B90969181B1FE551FC7D4", "IClass SE Processor (Other) https://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"}, { "3B..............0031B8640000000073......829000", "MultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 3" }, { "3B..............0031B8640000000073......829000..", "MultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 4" }, { "3B........0031B864........73......829000", "IDClassic IAS (old name: IAS TPC) IAS ECC Type 1\nMultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 1" },