Ignore:
File:
1 edited

Legend:

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

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