Changeset bb1eabc for libcfa/src/collections/string.cfa
- Timestamp:
- May 4, 2026, 7:26:38 AM (9 days ago)
- Branches:
- master
- Children:
- 244335b
- Parents:
- 8403b32
- File:
-
- 1 edited
-
libcfa/src/collections/string.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string.cfa
r8403b32 rbb1eabc 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 15 10:26:35 202513 // Update Count : 39 412 // Last Modified On : Sun May 3 23:21:25 2026 13 // Update Count : 395 14 14 // 15 15 … … 214 214 for ( i; l ) cstr[i] = f.val[i]; // copy string 215 215 cstr[l] = '\0'; // terminate 216 _Ostream_Manip(const char *) cf @= { cstr, f.wd, f.pc, f.base, {f.all} };216 _Ostream_Manip(const char *) cf @= { cstr, f.wd, f.pc, f.base, {f.all}, f.qleft, f.qright }; 217 217 return os | cf | nonl; 218 218 } // ?|?
Note:
See TracChangeset
for help on using the changeset viewer.