Remove unused snprintf count parameter #42
Reference in New Issue
Block a user
Delete Branch "10"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #32
Remove the unused count parameter from aksl_snprintf and aksl_vsnprintf, update the format tests and public documentation, and retain truncation as AKERR_OUTOFBOUNDS.
Validation: cmake --build build -j2; ctest --test-dir build --output-on-failure.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.