- Timestamp:
- Nov 11, 2023, 7:38:56 AM (18 months ago)
- Branches:
- master
- Children:
- 27316b4
- Parents:
- c6b4432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/iostream.cfa ¶
rc6b4432 r3e4bf0d 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Oct 19 21:10:10202313 // Update Count : 180 112 // Last Modified On : Sat Nov 11 07:06:27 2023 13 // Update Count : 1803 14 14 // 15 15 … … 1001 1001 } // if 1002 1002 } // if 1003 // FIX ME: CFA strings need to be modified to NOT change the argument for this case, then this can be removed. 1004 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null 1003 1005 } else { 1004 1006 if ( f.flags.delimiter ) { // getline … … 1041 1043 } // if 1042 1044 } // if 1045 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null 1043 1046 } // if 1044 1047 if ( args == 1 && eof( is ) ) { // data but scan ended at EOF
Note: See TracChangeset
for help on using the changeset viewer.