Index: libcfa/src/containers/string_res.cfa
===================================================================
--- libcfa/src/containers/string_res.cfa	(revision 62640874b77291f907b902d66d66ebba2c774f15)
+++ libcfa/src/containers/string_res.cfa	(revision 329487c0ea7cbc1a3d43ed910b0eec20ca0068bd)
@@ -10,6 +10,6 @@
 // Created On       : Fri Sep 03 11:00:00 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Aug 12 15:37:47 2023
-// Update Count     : 10
+// Last Modified On : Mon Aug 14 18:06:01 2023
+// Update Count     : 12
 //
 
@@ -233,5 +233,5 @@
 
         // get bytes
-        in | wdi( lenReadable, temp.Handle.ulink->EndVbyte );
+        in | wdi( lenReadable + 1, lenReadable, temp.Handle.ulink->EndVbyte );
         int lenWasRead = strlen(temp.Handle.ulink->EndVbyte);
 
