Changeset 6b228cae for libcfa/src
- Timestamp:
 - Feb 12, 2024, 1:03:26 PM (21 months ago)
 - Branches:
 - master
 - Children:
 - 77bc259
 - Parents:
 - da22726
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/iostream.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/iostream.cfa
rda22726 r6b228cae 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Feb 11 09:16:19202413 // Update Count : 196 512 // Last Modified On : Mon Feb 12 09:26:05 2024 13 // Update Count : 1966 14 14 // 15 15 … … 995 995 for ( f.wd ) { // skip N characters 996 996 int args = fmt( is, "%c", &ch ); 997 if ( ! eof( is ) &&args != 1 ) throwResume ExceptionInst( missing_data );997 if ( args != 1 ) throwResume ExceptionInst( missing_data ); 998 998 } // for 999 999 } // if  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.