[Pcsclite-cvs-commit] r2402 - trunk/HandlerTest/Host

Ludovic Rousseau rousseau at alioth.debian.org
Sun Feb 18 17:39:31 CET 2007


Author: rousseau
Date: 2007-02-18 17:39:31 +0100 (Sun, 18 Feb 2007)
New Revision: 2402

Modified:
   trunk/HandlerTest/Host/handler_test.c
Log:
ifd_error(): add IFD_NO_SUCH_DEVICE


Modified: trunk/HandlerTest/Host/handler_test.c
===================================================================
--- trunk/HandlerTest/Host/handler_test.c	2007-02-17 16:07:29 UTC (rev 2401)
+++ trunk/HandlerTest/Host/handler_test.c	2007-02-18 16:39:31 UTC (rev 2402)
@@ -931,6 +931,10 @@
 			strcpy(strError, "IFD: power up failed");
 			break;
 
+		case IFD_NO_SUCH_DEVICE:
+			strcpy(strError, "IFD: no such device");
+			break;
+
 		default:
 			snprintf(strError, sizeof(strError)-1, "IFD: undocumented error: %d", rv);
 	}




More information about the Pcsclite-cvs-commit mailing list