Index: libcfa/src/collections/string_res.cfa
===================================================================
--- libcfa/src/collections/string_res.cfa	(revision 5ad6f0dc3913127d2aabec730c609382d8049811)
+++ libcfa/src/collections/string_res.cfa	(revision 768d091feb9f29c04c5a4e5a3706e149d43d290d)
@@ -10,6 +10,6 @@
 // Created On       : Fri Sep 03 11:00:00 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Apr 11 18:18:42 2025
-// Update Count     : 129
+// Last Modified On : Mon Apr 14 20:45:39 2025
+// Update Count     : 130
 //
 
@@ -269,5 +269,5 @@
 	if ( ! flags.ignore && s != 0p && args == 0 ) s[0] = '\0';
 	if ( args == 1 && eof( is ) ) {						// data but scan ended at EOF
-		clear( is );									// => reset EOF => detect again on next read
+		clearerr( is );									// => reset EOF => detect again on next read
 	} // if
 	return is;
