From e7ccb5a0df6f67b3a65468ffc1a98b918a09d2f6 Mon Sep 17 00:00:00 2001 From: Llorenc Date: Thu, 5 Aug 2021 16:10:26 +0200 Subject: [PATCH] Added option for using csv file Lat,Lon,Hei format --- gpssim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpssim.c b/gpssim.c index b205234..8766cb3 100644 --- a/gpssim.c +++ b/gpssim.c @@ -1791,7 +1791,7 @@ int main(int argc, char *argv[]) exit(1); } - while ((result=getopt(argc,argv,"e:u:g:c:l:o:s:b:T:t:d:iv"))!=-1) + while ((result=getopt(argc,argv,"e:u:x:g:c:l:o:s:b:T:t:d:iv"))!=-1) { switch (result) {