Changeset 1955fac


Ignore:
Timestamp:
May 25, 2026, 4:50:54 PM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2ec81ca, f945fa7
Parents:
893fb47
Message:

fix sense of assert condition

File:
1 edited

Legend:

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

    r893fb47 r1955fac  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 25 16:22:58 2026
    13 // Update Count     : 316
     12// Last Modified On : Mon May 25 16:48:01 2026
     13// Update Count     : 318
    1414//
    1515
     
    10681068        verify( h.ulink != 0p );
    10691069        verify( s.ulink == h.ulink );
    1070         verify( s < h.s && "VbyteSM: Error - Cannot move byte strings as requested and keep handles in ascending order" );
     1070        verify( s >= h.s && "VbyteSM: Error - Cannot move byte strings as requested and keep handles in ascending order" );
    10711071
    10721072        HandleNode *i;
Note: See TracChangeset for help on using the changeset viewer.