]> err.no Git - mapper/commitdiff
No segments anymore so don't talk about them.
authorKaj-Michael Lang <milang@angel.tal.org>
Thu, 18 Oct 2007 13:19:40 +0000 (16:19 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Thu, 18 Oct 2007 13:19:40 +0000 (16:19 +0300)
src/osm.c

index 067e185b1125c0733c1da74bbce332c73a5d63ca..caa464ef457b2ff51a9e736659ef4589df5aec52 100644 (file)
--- a/src/osm.c
+++ b/src/osm.c
@@ -1386,7 +1386,7 @@ if (argc==6) {
        g_printf("Skipping data outside of box: %f,%f - %f,%f\n",
                bbox.lat_min, bbox.lon_min,
                bbox.lat_max, bbox.lon_max);
-       g_print("Note: missing nodes and segments can't be reported.\n");
+       g_print("Note: missing nodes can't be reported.\n");
 } else use_bbox=FALSE;
 
 if (db_open()!=TRUE)