[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gpsd-commit-watch
Subject:    [Gpsd-commit-watch] r4029 - trunk
From:       ckuethe at BerliOS <ckuethe () mail ! berlios ! de>
Date:       2006-11-29 16:54:41
Message-ID: 200611291654.kATGsfsr025684 () sheep ! berlios ! de
[Download RAW message or body]

Author: ckuethe
Date: 2006-11-29 17:54:41 +0100 (Wed, 29 Nov 2006)
New Revision: 4029

Modified:
   trunk/packet.c
Log:
Wrong size for packet 0x42. Found while testing regression tests.


Modified: trunk/packet.c
===================================================================
--- trunk/packet.c	2006-11-29 14:46:34 UTC (rev 4028)
+++ trunk/packet.c	2006-11-29 16:54:41 UTC (rev 4029)
@@ -787,7 +787,7 @@
 		    /* pass */;
 		else if ((0x45 == pkt_id) && (0x0c == len))
 		    /* pass */;
-		else if ((0x46 == pkt_id) && (0x05 == len))
+		else if ((0x46 == pkt_id) && (0x04 == len))
 		    /* pass */;
 		else if ((0x4a == pkt_id) && (0x16 == len))
 		    /* pass */;

_______________________________________________
Gpsd-commit-watch mailing list
Gpsd-commit-watch@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpsd-commit-watch
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic