--- trunk/src/map_edit.c 2009/07/20 16:01:00 233 +++ trunk/src/map_edit.c 2009/07/20 20:15:10 234 @@ -543,7 +543,7 @@ } /* ------------ copy all tags ------------- */ - new->tag = osm_tags_copy(way->tag, TRUE); + new->tag = osm_tags_copy(way->tag); /* ---- transfer relation membership from way to new ----- */ transfer_relations(map->appdata->osm, new, way);