Ignore:
Timestamp:
Apr 11, 2025, 6:39:45 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a514fed
Parents:
a800a19
Message:

change manipulator name quoted to quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    ra800a19 r30548de  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jan 22 07:31:19 2025
    13 // Update Count     : 2079
     12// Last Modified On : Fri Apr 11 18:19:09 2025
     13// Update Count     : 2080
    1414//
    1515
     
    10061006        }
    10071007
    1008         istype & ?|?( istype & is, _Istream_Cquoted f ) with( f.cstr ) {
     1008        istype & ?|?( istype & is, _Istream_Cquote f ) with( f.cstr ) {
    10091009                if ( eof( is ) ) throwResume ExceptionInst( end_of_file );
    10101010                int args;
     
    10831083                        if ( flags.delimiter ) {                                        // getline
    10841084                                int len = 0;                                                    // may not be set in fmt
    1085                                 if ( delimiters[2] != '\0' ) {                  // (quoted) read single character ?
     1085                                if ( delimiters[2] != '\0' ) {                  // (quote) read single character ?
    10861086                                        sprintf( &fmtstr[pos], "c%%n" );
    10871087                                } else {
Note: See TracChangeset for help on using the changeset viewer.