[Pcsclite-cvs-commit] CVS HandlerTest/Host

CVS User rousseau ludovic.rousseau@free.fr
Wed, 02 Feb 2005 10:31:40 -0700


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory haydn:/tmp/cvs-serv18078

Modified Files:
	handler_test.c 
Log Message:
maximum size for case 3 is 256 not 255


--- /cvsroot/pcsclite/HandlerTest/Host/handler_test.c	2004/09/30 14:12:53	1.19
+++ /cvsroot/pcsclite/HandlerTest/Host/handler_test.c	2005/02/02 17:31:40	1.20
@@ -18,7 +18,7 @@
 */
 
 /*
- * $Id: handler_test.c,v 1.19 2004/09/30 14:12:53 rousseau Exp $
+ * $Id: handler_test.c,v 1.20 2005/02/02 17:31:40 rousseau Exp $
  */
 
 #include <stdio.h>
@@ -481,7 +481,7 @@
 		 * 256 (0x100) maximum, 1 minimum
 		 */
 		text = "Case 3: CLA INS P1 P2 Lc Data, L(Cmd) = 5 + Lc";
-		start = end = 255;
+		start = end = 256;
 		if (full)
 			start = 1;