From: parkrrrr Date: Mon, 29 Nov 2004 20:59:30 +0000 (+0000) Subject: Fixed 'extra dot' problem with file extension for saroute option X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~3856 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=844af556dfc7213dce466b82ecf0eda7bc169669;p=gpsbabel.git Fixed 'extra dot' problem with file extension for saroute option --- diff --git a/gpsbabel/vecs.c b/gpsbabel/vecs.c index 81af43c38..6aae8b8a5 100644 --- a/gpsbabel/vecs.c +++ b/gpsbabel/vecs.c @@ -217,7 +217,7 @@ vecs_t vec_list[] = { &saroute_vecs, "saroute", "Delorme Street Atlas Route", - ".anr" + "anr" }, { &navicache_vecs,