Ignore:
Timestamp:
Jan 31, 2025, 1:52:18 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
bbbff10
Parents:
372d33c
Message:

More fixing of warnings. Including another error that slipped through to the build and the rest of the 'easy' fixes on tests not in a directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified libcfa/src/collections/vector.hfa

    r372d33c r641707d  
    9797static inline void reserve(vector(T, allocator_t)* this, size_t size)
    9898{
    99         realloc_storage(&this->storage, this->size+1);
     99        realloc_storage(&this->storage, size);
    100100}
    101101
Note: See TracChangeset for help on using the changeset viewer.