tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.26k stars 245 forks source link

fix order of arguments in call to calloc #132

Closed thranur closed 1 month ago

thranur commented 1 month ago

GCC 14 reports it as "error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]" and compilation fails. The fix restores compilation on GCC 14.

tezc commented 1 month ago

@thranur thank you!.