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

Ludovic Rousseau rousseau at costa.debian.org
Tue Oct 18 06:21:55 UTC 2005


Author: rousseau
Date: 2005-10-18 06:21:54 +0000 (Tue, 18 Oct 2005)
New Revision: 1687

Modified:
   trunk/PCSC/src/winscard_scf.c
Log:
PCSC_SCF_Initialize(): use PCSC_Initialized instead of
PCSC_SCF_Initialized (typo)

thanks to Najam Siddiqui for the patch


Modified: trunk/PCSC/src/winscard_scf.c
===================================================================
--- trunk/PCSC/src/winscard_scf.c	2005-10-17 13:31:37 UTC (rev 1686)
+++ trunk/PCSC/src/winscard_scf.c	2005-10-18 06:21:54 UTC (rev 1687)
@@ -1815,7 +1815,7 @@
 	}
 	SYS_MutexUnLock(&SCFInitMutex);
 
-	PCSC_SCF_Initialized = 1;
+	PCSC_Initialized = 1;
 	return SCARD_S_SUCCESS;
 }
 




More information about the Pcsclite-cvs-commit mailing list