[Pcsclite-cvs-commit] r3360 - /trunk/HandlerTest/Host/handler_test.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Mar 23 10:04:41 UTC 2009


Author: rousseau
Date: Mon Mar 23 10:04:41 2009
New Revision: 3360

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3360
Log:
handler_test.c:81: warning: missing initializer

Modified:
    trunk/HandlerTest/Host/handler_test.c

Modified: trunk/HandlerTest/Host/handler_test.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/handler_test.c?rev=3360&op=diff
==============================================================================
--- trunk/HandlerTest/Host/handler_test.c (original)
+++ trunk/HandlerTest/Host/handler_test.c Mon Mar 23 10:04:41 2009
@@ -78,7 +78,7 @@
 	int version;
 };
 
-struct f_t f = { NULL, NULL, NULL, NULL, NULL };
+struct f_t f = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0 };
 
 #define CASE1 (1)
 #define CASE2 (1<<1)




More information about the Pcsclite-cvs-commit mailing list