some mistakes

This commit is contained in:
Llorenc 2021-08-06 09:16:14 +02:00
parent ef7deee904
commit 280e9acbc8

View File

@ -1806,13 +1806,11 @@ int main(int argc, char *argv[])
case 'x': case 'x':
// Added by romalvarezllorens@gmail.com // Added by romalvarezllorens@gmail.com
strcpy(umfile, optarg); strcpy(umfile, optarg);
nmeaGGA = FALSE;
umLLH = TRUE; umLLH = TRUE;
break; break;
case 'g': case 'g':
strcpy(umfile, optarg); strcpy(umfile, optarg);
nmeaGGA = TRUE; nmeaGGA = TRUE;
umLLH = FALSE
break; break;
case 'c': case 'c':
// Static ECEF coordinates input mode // Static ECEF coordinates input mode