Diff of /trunk/src/osm-gps-map.c

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

revision 214 by harbaum, Sun Jul 12 11:28:15 2009 UTC revision 215 by harbaum, Sun Jul 12 20:01:14 2009 UTC
# Line 1051  osm_gps_map_print_track (OsmGpsMap *map, Line 1051  osm_gps_map_print_track (OsmGpsMap *map,
1051    
1052      map_x0 = priv->map_x - EXTRA_BORDER;      map_x0 = priv->map_x - EXTRA_BORDER;
1053      map_y0 = priv->map_y - EXTRA_BORDER;      map_y0 = priv->map_y - EXTRA_BORDER;
1054    
1055      for(list = trackpoint_list; list != NULL; list = list->next)      for(list = trackpoint_list; list != NULL; list = list->next)
1056      {      {
1057          coord_t *tp = list->data;          coord_t *tp = list->data;

Legend:
Removed from v.214  
changed lines
  Added in v.215