[Pcsclite-cvs-commit] r4533 - /trunk/PCSC/src/readerfactory.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Nov 6 10:46:35 UTC 2009


Author: rousseau
Date: Fri Nov  6 10:46:35 2009
New Revision: 4533

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4533
Log:
RFAddReader(): make comment more clear for TAG_IFD_SLOT_THREAD_SAFE

Modified:
    trunk/PCSC/src/readerfactory.c

Modified: trunk/PCSC/src/readerfactory.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/readerfactory.c?rev=4533&op=diff
==============================================================================
--- trunk/PCSC/src/readerfactory.c (original)
+++ trunk/PCSC/src/readerfactory.c Fri Nov  6 10:46:35 2009
@@ -347,7 +347,7 @@
 		for (i = 0; i < PCSCLITE_MAX_READER_CONTEXT_CHANNELS; i++)
 			(sReadersContexts[dwContextB])->psHandles[i].hCard = 0;
 
-		/* Call on the driver to see if the slots are thread safe */
+		/* Call on the parent driver to see if the slots are thread safe */
 		dwGetSize = sizeof(ucThread);
 		rv = IFDGetCapabilities((sReadersContexts[dwContext]),
 			TAG_IFD_SLOT_THREAD_SAFE, &dwGetSize, ucThread);




More information about the Pcsclite-cvs-commit mailing list