[Pcsclite-git-commit] [pcsc-tools] 02/04: pcsc_scan: disable ATR analysis on Windows
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sun May 14 14:29:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository pcsc-tools.
commit 17d5d03433c40e9a303375ae5477e3c93fb43399
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun May 14 16:24:36 2017 +0200
pcsc_scan: disable ATR analysis on Windows
ATR_analysis (Perl script) is not yet available on Windows.
---
pcsc_scan.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pcsc_scan.c b/pcsc_scan.c
index a8dddb7..e1d8942 100644
--- a/pcsc_scan.c
+++ b/pcsc_scan.c
@@ -224,6 +224,10 @@ int main(int argc, char *argv[])
printf("PC/SC device scanner\n");
printf("V " PACKAGE_VERSION " (c) 2001-2017, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
+#ifdef WIN32
+ analyse_atr = FALSE;
+#endif
+
while ((opt = getopt(argc, argv, "Vhns")) != EOF)
{
switch (opt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git
More information about the Pcsclite-cvs-commit
mailing list