libx52/lib
nirenjan 21050e40a8 Fix syntax of calloc calls in pinelog.c
`calloc` requires the count to be the first argument, and the size
parameter to be the second argument. However, this has not really caused
issues in the past, and older compilers were not so strict about it.

However, newer compilers (at least GCC 14) triggers a warning on this
and causes the build to fail.

Fixes #52
2024-06-04 15:02:27 -07:00
..
inih Import inih library into source tree 2021-08-26 22:16:38 -07:00
pinelog Fix syntax of calloc calls in pinelog.c 2024-06-04 15:02:27 -07:00
Makefile.am Import inih library into source tree 2021-08-26 22:16:38 -07:00