From 5dcc92cfab4321fa61630c77677bedd61c2bbfe2 Mon Sep 17 00:00:00 2001 From: Reinhard Arlt Date: Wed, 26 Sep 2012 00:42:54 +0200 Subject: Label fixed. --- driver_nmea2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_nmea2000.c') diff --git a/driver_nmea2000.c b/driver_nmea2000.c index cba855ea..e15505bd 100644 --- a/driver_nmea2000.c +++ b/driver_nmea2000.c @@ -725,7 +725,7 @@ static gps_mask_t hnd_129810(unsigned char *bu, int len, PGN *pgn, struct gps_de #if NMEA2000_DEBUG_AIS printf("AIS: MMSI: %09u\n", ais->mmsi); - printf("AIS: name: %-20.20s i:%-8.8s c:%-8.8s b:%6u s:%6u p:%6u s:%6u\n", + printf("AIS: name: %-20.20s v:%-8.8s c:%-8.8s b:%6u s:%6u p:%6u s:%6u\n", ais->type24.shipname, ais->type24.vendorid, ais->type24.callsign, -- cgit v1.2.1