[Pcsclite-cvs-commit] CVS PCSC/src
CVS User rousseau
ludovic.rousseau@free.fr
Sun, 03 Oct 2004 06:58:55 -0600
Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv28649/src
Modified Files:
testpcsc.c
Log Message:
add "THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS!"
--- /cvsroot/pcsclite/PCSC/src/testpcsc.c 2004/09/22 18:22:23 1.24
+++ /cvsroot/pcsclite/PCSC/src/testpcsc.c 2004/10/03 12:58:55 1.25
@@ -8,7 +8,7 @@
* Copyright (C) 2004
* Ludovic Rousseau <ludovic.rousseau@free.fr>
*
- * $Id: testpcsc.c,v 1.24 2004/09/22 18:22:23 rousseau Exp $
+ * $Id: testpcsc.c,v 1.25 2004/10/03 12:58:55 rousseau Exp $
*/
#include "config.h"
@@ -33,7 +33,10 @@
int i, p, iReader;
int iList[16];
- printf("\nMUSCLE PC/SC Lite Test Program\n\n");
+ printf("\nMUSCLE PC/SC Lite unitary test Program\n\n");
+
+ printf("THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS!\n");
+ printf("Do NOT use it unless you really know what you do.\n\n");
printf("Testing SCardEstablishContext : ");
rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext);