mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 13:03:58 +00:00
[PR #294] Additional Argument added to sprintf giving the correct format specifier #1132
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/294
State: closed
Merged: Yes
%s argument added. Alternative would be using a different function instead of sprintf and change to strlcat. Then it has to be changed everywhere.