From 30c8c3542decda0bc7bb74daf69d1bf0b18f9b5d Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 18 Oct 2007 16:19:40 +0300 Subject: [PATCH] No segments anymore so don't talk about them. --- src/osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osm.c b/src/osm.c index 067e185..caa464e 100644 --- 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) -- 2.39.5