[Pcsclite-cvs-commit] MCardPluginDDK/src bundleTool.c,1.1,1.2

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 30 Sep 2003 14:47:06 +0200


Update of /cvsroot/muscleplugins/MCardPluginDDK/src
In directory quantz:/tmp/cvs-serv14363/src

Modified Files:
	bundleTool.c 
Log Message:
avoid two compilation warnings


Index: bundleTool.c
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPluginDDK/src/bundleTool.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bundleTool.c	13 Mar 2002 17:54:15 -0000	1.1
+++ bundleTool.c	30 Sep 2003 12:47:04 -0000	1.2
@@ -45,7 +45,6 @@
   DWORD readerListSize;
   struct stat statBuffer;
   char spAtrValue[100];
-  char tempString[1024];
   char chosenInfoPlist[1024];
   char *readerList;
   char *restFile;
@@ -183,6 +182,8 @@
   fclose(fp);
 
   printf("Token support updated successfully !\n");
+
+  return 0;
 }