diff --git a/Release_bins/Winscard_32b_v2019.07.17.zip b/Release_bins/Winscard_32b_v2019.07.17.zip index a337e86..48335de 100644 Binary files a/Release_bins/Winscard_32b_v2019.07.17.zip and b/Release_bins/Winscard_32b_v2019.07.17.zip differ diff --git a/Release_bins/Winscard_64b_v2019.07.17.zip b/Release_bins/Winscard_64b_v2019.07.17.zip index 94bd688..37368c0 100644 Binary files a/Release_bins/Winscard_64b_v2019.07.17.zip and b/Release_bins/Winscard_64b_v2019.07.17.zip differ diff --git a/Winscard/Winscard.cpp b/Winscard/Winscard.cpp index 31d3cd7..baf3794 100644 --- a/Winscard/Winscard.cpp +++ b/Winscard/Winscard.cpp @@ -3395,7 +3395,7 @@ Remote card protocol */ string_type Remote_FormatRequest(string_type targetReader, DWORD uniqueCmdID, string_type command, string_type commandData, string_type notes, string_type lineSeparator) { // return string_format(">%s%s>%d%s%s%s%s%s%s", targetReader.c_str(), lineSeparator.c_str(), uniqueCmdID, CMD_SEPARATOR, command.c_str(), CMD_SEPARATOR, commandData.c_str(), lineSeparator.c_str(), notes.c_str()); - return string_format(">%s%s\n>%d%s%s%s%s%s%s", targetReader.c_str(), lineSeparator.c_str(), uniqueCmdID, CMD_SEPARATOR, command.c_str(), CMD_SEPARATOR, commandData.c_str(), lineSeparator.c_str(), notes.c_str()); + return string_format(">%s%s\n>%d%s%s%s%s%s%s\n", targetReader.c_str(), lineSeparator.c_str(), uniqueCmdID, CMD_SEPARATOR, command.c_str(), CMD_SEPARATOR, commandData.c_str(), lineSeparator.c_str(), notes.c_str()); } #if defined (_WIN32)