aboutsummaryrefslogtreecommitdiff
path: root/src/ini.c
Commit message (Collapse)AuthorAgeFilesLines
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-8/+17
| | | | | | | * Return status from conda_ and delivery_ functions * Caller prints meaningful error, and handles it * Enable warnings during compilation * Squelch format-truncation warning -- those strings are extremely unlikely to overflow (famous last words)
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-201-4/+4
|
* Rebrand for the last timeJoseph Hunkeler2023-11-201-1/+1
| | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
* Only truncate value when length is greater than zeroJoseph Hunkeler2023-10-311-67/+6
| | | | * Remove unused code/comments
* Initial commitJoseph Hunkeler2023-10-261-0/+409