Index: libcfa/src/containers/string_res.cfa
===================================================================
--- libcfa/src/containers/string_res.cfa	(revision 065867274d8bd8d2dc7817a83c4af363d233de03)
+++ libcfa/src/containers/string_res.cfa	(revision bbecdd4e92ef5af54bd26d222e3783bf68890eaf)
@@ -9,7 +9,7 @@
 // Author           : Michael L. Brooks
 // Created On       : Fri Sep 03 11:00:00 2021
-// Last Modified By : Michael L. Brooks
-// Last Modified On : Fri Sep 03 11:00:00 2021
-// Update Count     : 1
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Thu Jun 29 09:29:06 2023
+// Update Count     : 2
 //
 
@@ -204,5 +204,5 @@
         out | s[i];
     }
-    out | sep;
+    out | sepVal;
     // Re-apply newlines after done, for chaining version
     if (anl) nlOn(out);
