Ignore:
Timestamp:
Jun 29, 2023, 12:12:01 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
85a3806
Parents:
f5d9c37
Message:

update files from old separator manipulator names to new names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/string_res.cfa

    rf5d9c37 r7d25f44  
    99// Author           : Michael L. Brooks
    1010// Created On       : Fri Sep 03 11:00:00 2021
    11 // Last Modified By : Michael L. Brooks
    12 // Last Modified On : Fri Sep 03 11:00:00 2021
    13 // Update Count     : 1
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Jun 29 09:29:06 2023
     13// Update Count     : 2
    1414//
    1515
     
    204204        out | s[i];
    205205    }
    206     out | sep;
     206    out | sepVal;
    207207    // Re-apply newlines after done, for chaining version
    208208    if (anl) nlOn(out);
Note: See TracChangeset for help on using the changeset viewer.