aboutsummaryrefslogtreecommitdiff
path: root/src/tafreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tafreader.cpp')
-rw-r--r--src/tafreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafreader.cpp b/src/tafreader.cpp
index ceed9be..ebf54c1 100644
--- a/src/tafreader.cpp
+++ b/src/tafreader.cpp
@@ -226,7 +226,7 @@ void Bu::TafReader::rawread( char *c )
226{ 226{
227 if( sIn.read( c, 1 ) < 1 ) 227 if( sIn.read( c, 1 ) < 1 )
228 { 228 {
229 if( sIn.isEOS() ) 229 if( sIn.isEos() )
230 { 230 {
231 throw TafException("%d:%d: Premature end of stream.", 231 throw TafException("%d:%d: Premature end of stream.",
232 iLine, iCol, c ); 232 iLine, iCol, c );