Ignore:
File:
1 edited

Legend:

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

    r2f16569 rb7caceb  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu May  7 13:14:04 2026
    13 // Update Count     : 83
     12// Last Modified On : Mon May 11 18:56:08 2026
     13// Update Count     : 84
    1414//
    1515
     
    3131
    3232        char * s;                                                                                       // pointer to byte string
    33         unsigned int lnth;                                                                      // length of byte string
     33        size_t lnth;                                                                            // length of byte string
    3434}; // HandleNode
    3535
Note: See TracChangeset for help on using the changeset viewer.