Workaround for a buggy apt.dat-file: 00-records start showing up which seem to represent Center-frequencies.
This commit is contained in:
parent
5a4428edd1
commit
217c111155
1 changed files with 2 additions and 0 deletions
|
@ -380,6 +380,8 @@ int main( int argc, char **argv ) {
|
||||||
// ignore frequency entries
|
// ignore frequency entries
|
||||||
} else if ( token[0] == "99" ) {
|
} else if ( token[0] == "99" ) {
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT, "End of file reached" );
|
SG_LOG( SG_GENERAL, SG_ALERT, "End of file reached" );
|
||||||
|
} else if ( token[0] == "00" ) {
|
||||||
|
// ??
|
||||||
} else {
|
} else {
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT,
|
SG_LOG( SG_GENERAL, SG_ALERT,
|
||||||
"Unknown line in file: " << line );
|
"Unknown line in file: " << line );
|
||||||
|
|
Loading…
Add table
Reference in a new issue