Index: libcfa/src/iostream.cfa
===================================================================
--- libcfa/src/iostream.cfa	(revision 7b93027e779e85b8adeeae521c903b6cbde44d72)
+++ libcfa/src/iostream.cfa	(revision 6b228cae996cd2d4f04e346a69d2105045e50bfb)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Feb 11 09:16:19 2024
-// Update Count     : 1965
+// Last Modified On : Mon Feb 12 09:26:05 2024
+// Update Count     : 1966
 //
 
@@ -995,5 +995,5 @@
 			for ( f.wd ) {								// skip N characters
 				int args = fmt( is, "%c", &ch );
-				if ( ! eof( is ) && args != 1 ) throwResume ExceptionInst( missing_data );
+				if ( args != 1 ) throwResume ExceptionInst( missing_data );
 			} // for
 		} // if
