[Pcsclite-cvs-commit] r2541 - trunk/PCSC/src

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed May 23 07:34:42 UTC 2007


Author: rousseau
Date: 2007-05-23 07:34:42 +0000 (Wed, 23 May 2007)
New Revision: 2541

Modified:
   trunk/PCSC/src/testpcsc.c
Log:
no need to initialise pioRecvPci. It is a out only variable


Modified: trunk/PCSC/src/testpcsc.c
===================================================================
--- trunk/PCSC/src/testpcsc.c	2007-05-23 07:33:14 UTC (rev 2540)
+++ trunk/PCSC/src/testpcsc.c	2007-05-23 07:34:42 UTC (rev 2541)
@@ -179,7 +179,6 @@
 			printf("Unknown protocol\n");
 			return -1;
 	}
-	pioRecvPci = pioSendPci;
 
 	/* APDU select file */
 	printf("Select file: ");




More information about the Pcsclite-cvs-commit mailing list