Changeset 30548de for libcfa/src/iostream.cfa
- Timestamp:
- Apr 11, 2025, 6:39:45 PM (9 months ago)
- Branches:
- master
- Children:
- a514fed
- Parents:
- a800a19
- File:
-
- 1 edited
-
libcfa/src/iostream.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
ra800a19 r30548de 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jan 22 07:31:19 202513 // Update Count : 20 7912 // Last Modified On : Fri Apr 11 18:19:09 2025 13 // Update Count : 2080 14 14 // 15 15 … … 1006 1006 } 1007 1007 1008 istype & ?|?( istype & is, _Istream_Cquote df ) with( f.cstr ) {1008 istype & ?|?( istype & is, _Istream_Cquote f ) with( f.cstr ) { 1009 1009 if ( eof( is ) ) throwResume ExceptionInst( end_of_file ); 1010 1010 int args; … … 1083 1083 if ( flags.delimiter ) { // getline 1084 1084 int len = 0; // may not be set in fmt 1085 if ( delimiters[2] != '\0' ) { // (quote d) read single character ?1085 if ( delimiters[2] != '\0' ) { // (quote) read single character ? 1086 1086 sprintf( &fmtstr[pos], "c%%n" ); 1087 1087 } else {
Note:
See TracChangeset
for help on using the changeset viewer.