Merge pull request #103 from sjcjonker/sbas-error-fix

QuickFix inability to enable exists ubxtool without error/warning
pull/71/head
bert hubert 2020-02-21 16:14:00 +01:00 committed by GitHub
commit be3e226364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ int main(int argc, char** argv)
if (doDEBUG) { cerr<<humanTimeNow()<<" Got ack on SBAS setting"<<endl; }
}
else {
if (doDEBUG) { cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl; }
cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl;
exit(-1);
}
}