Changeset 32490deb for libcfa/src/collections/string_res.cfa
- Timestamp:
- Jan 31, 2024, 6:40:25 PM (2 years ago)
- Branches:
- master
- Children:
- 496ffc17
- Parents:
- c75b30a (diff), e71b09a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/collections/string_res.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string_res.cfa
rc75b30a r32490deb 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jan 16 22:19:27202413 // Update Count : 3512 // Last Modified On : Mon Jan 22 23:12:42 2024 13 // Update Count : 43 14 14 // 15 15 … … 263 263 bool cont = false; 264 264 265 _Istream_C strcf = { cstr, (_Istream_str_base)f };265 _Istream_Cwidth cf = { cstr, (_Istream_str_base)f }; 266 266 if ( ! cf.flags.rwd ) cf.wd = wd; 267 267
Note:
See TracChangeset
for help on using the changeset viewer.