From 3c6e9bc050bef8c6be27c0785f4ebba5c40a93fb Mon Sep 17 00:00:00 2001 From: Reinhard Arlt Date: Sun, 15 Sep 2013 09:45:47 +0200 Subject: Fixed ugly copy and paste error. --- drivers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index 4cb267ce..661f1bd0 100644 --- a/drivers.c +++ b/drivers.c @@ -1288,7 +1288,7 @@ static bool aivdm_decode(const char *buf, size_t buflen, /*@fallthrough@*/ case 'B': ais_context = &session->aivdm[1]; - session->aivdm_ais_channel ='A'; + session->aivdm_ais_channel ='B'; break; default: gpsd_report(LOG_ERROR, "invalid AIS channel 0x%0X .\n", field[4][0]); -- cgit v1.2.1