From: Kaj-Michael Lang Date: Thu, 9 Aug 2007 13:07:57 +0000 (+0300) Subject: Add manual GPS position to track X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d6690cabe3bf17e31cb7e376c76906c5207c0e;p=mapper Add manual GPS position to track --- diff --git a/src/cb.c b/src/cb.c index ab40f32..7ba939c 100644 --- a/src/cb.c +++ b/src/cb.c @@ -1278,6 +1278,7 @@ unit2latlon(_pos.unitx, _pos.unity, _gps.lat, _gps.lon); /* Move mark to new location. */ refresh_mark(); +track_add(time(NULL), FALSE); return TRUE; }