Opened 11 years ago
Closed 10 years ago
#922 closed defect/bug (Incomplete/Missing infos)
gypsy vehicle fixes
Reported by: | claudio bley | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
The attached patch fixes the following bugs:
- gypsy reports speed in knots, convert to km/h
- priv->position, priv->course et cetera are objects, not simply pointers to memory blobs, you need to g_object_unref them instead of using g_free
- fix typo: conrtol -> control
Attachments (1)
Change History (2)
Changed 11 years ago by claudio bley
comment:1 Changed 10 years ago by usul
- Resolution set to Incomplete/Missing infos
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Was this patch applied already?