Index: libcfa/src/collections/string_res.cfa
===================================================================
--- libcfa/src/collections/string_res.cfa	(revision b7cacebf2e258ce0d8b68e6a73756be899d6b8de)
+++ libcfa/src/collections/string_res.cfa	(revision 1955facfcf024029424401f00e04797c3165e218)
@@ -10,6 +10,6 @@
 // Created On       : Fri Sep 03 11:00:00 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon May 25 16:22:58 2026
-// Update Count     : 316
+// Last Modified On : Mon May 25 16:48:01 2026
+// Update Count     : 318
 //
 
@@ -1068,5 +1068,5 @@
 	verify( h.ulink != 0p );
 	verify( s.ulink == h.ulink );
-	verify( s < h.s && "VbyteSM: Error - Cannot move byte strings as requested and keep handles in ascending order" );
+	verify( s >= h.s && "VbyteSM: Error - Cannot move byte strings as requested and keep handles in ascending order" );
 
 	HandleNode *i;
