[Pcsclite-cvs-commit] r1974 - trunk/HandlerTest/Host
    Ludovic Rousseau 
    rousseau at costa.debian.org
       
    Fri Mar 24 16:19:25 CET 2006
    
    
  
Author: rousseau
Date: 2006-03-24 15:19:24 +0000 (Fri, 24 Mar 2006)
New Revision: 1974
Modified:
   trunk/HandlerTest/Host/handler_test.c
Log:
exchange(): 
Modified: trunk/HandlerTest/Host/handler_test.c
===================================================================
--- trunk/HandlerTest/Host/handler_test.c	2006-03-24 13:23:22 UTC (rev 1973)
+++ trunk/HandlerTest/Host/handler_test.c	2006-03-24 15:19:24 UTC (rev 1974)
@@ -803,7 +803,7 @@
 	}
 
 	/* check the received data */
-	for (i=0; i<*r_length; i++)
+	for (i=0; i<e_length; i++)
 		if (r[i] != e[i])
 		{
 			printf("\33[01;31mERROR byte %d: expected 0x%02X, got 0x%02X\n\33[0m",
    
    
More information about the Pcsclite-cvs-commit
mailing list