Diff of /trunk/src/map_edit.c

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

revision 233 by harbaum, Sat Apr 11 11:28:56 2009 UTC revision 234 by harbaum, Mon Jul 20 20:15:10 2009 UTC
# Line 543  void map_edit_way_cut(map_t *map, gint x Line 543  void map_edit_way_cut(map_t *map, gint x
543        }        }
544    
545        /* ------------  copy all tags ------------- */        /* ------------  copy all tags ------------- */
546        new->tag = osm_tags_copy(way->tag, TRUE);        new->tag = osm_tags_copy(way->tag);
547    
548        /* ---- transfer relation membership from way to new ----- */        /* ---- transfer relation membership from way to new ----- */
549        transfer_relations(map->appdata->osm, new, way);        transfer_relations(map->appdata->osm, new, way);

Legend:
Removed from v.233  
changed lines
  Added in v.234