1
0
Fork 0

Workaround for a buggy apt.dat-file: 00-records start showing up which seem to represent Center-frequencies.

This commit is contained in:
Ralf Gerlich 2007-12-12 12:33:33 -08:00
parent 5a4428edd1
commit 217c111155

View file

@ -380,6 +380,8 @@ int main( int argc, char **argv ) {
// ignore frequency entries
} else if ( token[0] == "99" ) {
SG_LOG( SG_GENERAL, SG_ALERT, "End of file reached" );
} else if ( token[0] == "00" ) {
// ??
} else {
SG_LOG( SG_GENERAL, SG_ALERT,
"Unknown line in file: " << line );