Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove file size limit * Restore limit with an overflow check Suggested in kcat/openal-soft#1026 (comment) * Fixed SOFA limit * Restore original intendation * Restore coding style spacing * Fix "undeclared identifier" error Error: "libmysofa/src/hdf/btree.c:269:48: note: each undeclared identifier is reported only once for each function it appears in 269 | if (elements <= 0 || size <= 0 || elements > INT_MAX/size) This is probably fixable by adding #include <limits.h>" * Create build.yml * Remove workflow belonging to a different branch
- Loading branch information