Changeset c8371b5 for libcfa/src/iostream.cfa
- Timestamp:
- Oct 10, 2021, 5:02:46 PM (16 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 321a1b15
- Parents:
- fe8c31e
- git-author:
- Peter A. Buhr <pabuhr@…> (10/10/21 16:59:59)
- git-committer:
- Peter A. Buhr <pabuhr@…> (10/10/21 17:02:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
rfe8c31e rc8371b5 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Oct 6 18:55:03202113 // Update Count : 134 412 // Last Modified On : Sun Oct 10 09:28:17 2021 13 // Update Count : 1345 14 14 // 15 15 … … 822 822 fmt( is, "%c", &temp ); // must pass pointer through varg to fmt 823 823 // do not overwrite parameter with newline unless appropriate 824 if ( temp != '\n' || getANL ( is ) ) { c = temp; break; }824 if ( temp != '\n' || getANL$( is ) ) { c = temp; break; } 825 825 if ( eof( is ) ) break; 826 826 } // for
Note: See TracChangeset
for help on using the changeset viewer.