From 89d6690cabe3bf17e31cb7e376c76906c5207c0e Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 9 Aug 2007 16:07:57 +0300 Subject: [PATCH] Add manual GPS position to track --- src/cb.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5