Ticket #169: gpsd-bug-not-showing-sats.patch

File gpsd-bug-not-showing-sats.patch, 492 bytes (added by tim.niemeyer@…, 4 years ago)

patch as describe in text

  • navit/vehicle/gpsd/vehicle_gpsd.c

    diff -Naur navit.org/navit/vehicle/gpsd/vehicle_gpsd.c navit.gpsd/navit/vehicle/gpsd/vehicle_gpsd.c
    old new  
    234234        case attr_position_direction: 
    235235                attr->u.numd = &priv->direction; 
    236236                break; 
    237         case attr_position_sats: 
     237        case attr_position_qual: 
    238238                attr->u.num = priv->sats; 
    239239                break; 
    240240        case attr_position_sats_used: