forked from atheme/libmowgli-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/heap.enabled: use size_t consistently
The previous code was using `unsigned int'. This could be truncated on a 64-bit system with many allocations. Fortunately this implementation is entirely internal, and so changing the data type does not break the ABI; the function declarations were already using the correct type.
- Loading branch information
1 parent
294ff12
commit ebbc4a7
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters