drivers/win32/win32.c
changeset 602 cbf29cccec18
parent 600 7767029937aa
child 629 b9274b595650
--- a/drivers/win32/win32.c	Tue Oct 06 17:15:32 2009 +0200
+++ b/drivers/win32/win32.c	Tue Oct 06 17:22:11 2009 +0200
@@ -103,7 +103,7 @@
 
 	if (!handle)
 	{
-		fprintf (stderr, "%s\n", GetLastError());
+		fprintf (stderr, "%d\n", GetLastError());
     	return NULL;
 	}
 
@@ -181,7 +181,7 @@
 /***************************************************************************/
 int canClose(CO_Data * d)
 {
-	UNS8 res;
+	UNS8 res = 1;
 	CANPort* tmp;
 
 	if((CANPort*)d->canHandle)