Diff of /trunk/src/map-tool.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by harbaum, Wed Aug 12 19:18:53 2009 UTC revision 54 by harbaum, Wed Aug 12 19:20:00 2009 UTC
# Line 146  static gboolean map_gps_update(gpointer Line 146  static gboolean map_gps_update(gpointer
146    
147    if(ok) {    if(ok) {
148      float heading = NAN;      float heading = NAN;
149      int radius = 20;      int radius = 0;
150    
151      if(context->appdata->use_gps) {      if(context->appdata->use_gps) {
152        heading = gps_get_heading(context->appdata);        heading = gps_get_heading(context->appdata);

Legend:
Removed from v.53  
changed lines
  Added in v.54