From 658c57f03618841cb51cacdc9e7d187ab2d1e31e Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Wed, 21 Sep 2011 03:33:28 +0000
Subject: Fix ACOS card handling problrm

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254715 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 src/smartauthmon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/smartauthmon.cpp b/src/smartauthmon.cpp
index cb21f21..5fcac03 100644
--- a/src/smartauthmon.cpp
+++ b/src/smartauthmon.cpp
@@ -159,7 +159,7 @@ TQString get_file(TQString prefix, TQString mode) {
 		systemexec((TQString("echo \"%1\" > %2/query").tqarg(read_binary).tqarg(secure_directory)).ascii());
 		systemexec((TQString("scriptor %1/query 1> %2/response2").tqarg(secure_directory).tqarg(secure_directory)).ascii());
 		TQString authokresponse="90 00 : Normal processing";
-		TQString response1 = exec((TQString("cat %1/response2 | grep \"%2\")").tqarg(secure_directory).tqarg(authokresponse)).ascii());
+		TQString response1 = exec((TQString("cat %1/response2 | grep \"%2\"").tqarg(secure_directory).tqarg(authokresponse)).ascii());
 		if (response1 != "") {
 			systemexec((TQString("cat %1/response2 | tr -d '\n' > %1/response4").tqarg(secure_directory)).ascii());
 			TQString stringtoreplace="Using T=0 protocol00 B0 00 00 FF> 00 B0 00 00 FF< ";
-- 
cgit v1.2.3

