aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core/ini.c
Commit message (Expand)AuthorAgeFilesLines
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-201-1/+1
* Fix debug statements to ini.cJoseph Hunkeler2025-02-121-9/+3
* Remove unused codeJoseph Hunkeler2024-11-021-2/+0
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-8/+4
* Replace initialize character arrays using {0} instead of memsetJoseph Hunkeler2024-11-011-2/+1
* Refactor directory structureJoseph Hunkeler2024-10-141-0/+678