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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Sep 17 13:01:38 UTC 2014


Author: rousseau
Date: 2014-09-17 13:01:38 +0000 (Wed, 17 Sep 2014)
New Revision: 6989

Modified:
   trunk/PCSC/src/winscard_clnt.c
Log:
Fix Doxygen for SCardGetStatusChange()

A value of 0 for dwTimeout is not equivalent of INFINITE but of 0 ms.

Thanks to helpcrypto for the bug report.
http://lists.alioth.debian.org/pipermail/pcsclite-muscle/Week-of-Mon-20140915/000141.html


Modified: trunk/PCSC/src/winscard_clnt.c
===================================================================
--- trunk/PCSC/src/winscard_clnt.c	2014-09-17 08:03:01 UTC (rev 6988)
+++ trunk/PCSC/src/winscard_clnt.c	2014-09-17 13:01:38 UTC (rev 6989)
@@ -1703,7 +1703,7 @@
  * @ingroup API
  * @param[in] hContext Connection context to the PC/SC Resource Manager.
  * @param[in] dwTimeout Maximum waiting time (in milliseconds) for status
- *            change, zero (or \ref INFINITE) for infinite.
+ *            change, \ref INFINITE for infinite.
  * @param[in,out] rgReaderStates Structures of readers with current states.
  * @param[in] cReaders Number of structures.
  *




More information about the Pcsclite-cvs-commit mailing list