[Pcsclite-cvs-commit] r378 - trunk/CocoaCard

Ludovic Rousseau rousseau at costa.debian.org
Mon Feb 6 10:35:34 UTC 2006


Author: rousseau
Date: 2006-02-06 10:35:34 +0000 (Mon, 06 Feb 2006)
New Revision: 378

Modified:
   trunk/CocoaCard/OBJECTInfoController.m
Log:
initialise a variable to avoid a compiler warning


Modified: trunk/CocoaCard/OBJECTInfoController.m
===================================================================
--- trunk/CocoaCard/OBJECTInfoController.m	2006-02-06 10:33:08 UTC (rev 377)
+++ trunk/CocoaCard/OBJECTInfoController.m	2006-02-06 10:35:34 UTC (rev 378)
@@ -132,7 +132,7 @@
 
 - (IBAction) selectedItem : (id) sender
 {
-    NSBox *newView;
+    NSBox *newView = NULL;
     int index = [controlBox indexOfSelectedItem];
     printf("Selected index: %d\n", index);
     




More information about the Pcsclite-cvs-commit mailing list