[Pcsclite-git-commit] [pcsc-tools] 01/01: ATR_analysis: fix display the submission message

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat Mar 19 22:10:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 3dc2e47afe12e85a4cb232a9a44ce598ff833b15
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Mar 19 22:55:38 2016 +0100

    ATR_analysis: fix display the submission message
    
    The message "Your card is not present in the database.
    Please submit your unknown card at: ..." was only displayed when the ATR
    _was_ found in the updated list file.
    If the ATR was not found even on the second request the message was
    _not_ displayed.
    
    I should get more ATR submissions now.
---
 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ATR_analysis b/ATR_analysis
index 7ca1a66..4aee942 100755
--- a/ATR_analysis
+++ b/ATR_analysis
@@ -284,7 +284,7 @@ if ($found == 1)
 	}
 
 	# still not found?
-	if (! $found)
+	if ($found)
 	{
 		print "Your card is not present in the database.\n";
 		print "Please submit your unknown card at:\n";

-- 
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