[Pcsclite-git-commit] [pcsc-tools] 09/32: pcsc_scan: indent the "Reader " line
Ludovic Rousseau
rousseau at moszumanska.debian.org
Thu May 4 15:44:47 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 7f1d41074fefa1f6e295e85f6da1db576ec14bbd
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sat Apr 8 14:36:23 2017 +0200
pcsc_scan: indent the "Reader " line
The output is now:
Sat Apr 8 14:35:29 2017
Reader 0: Gemalto PC Twin Reader
Card state: Card inserted,
ATR: 3B A7 00 40 18 80 65 A2 08 01 01 52
---
pcsc_scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pcsc_scan.c b/pcsc_scan.c
index 063cf61..6364698 100644
--- a/pcsc_scan.c
+++ b/pcsc_scan.c
@@ -343,7 +343,7 @@ get_readers:
*/
/* Specify the current reader's number and name */
- printf("Reader %d: %s%s%s\n", current_reader,
+ printf(" Reader %d: %s%s%s\n", current_reader,
magenta, rgReaderStates_t[current_reader].szReader,
color_end);
--
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