Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misnamed argument in vsnprintf implementation #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f0k
Copy link

@f0k f0k commented Apr 8, 2022

gf_vsnprintf() (the implementation of vsnprintf() provided for the case HAVE_VSNPRINTF is false) has its first argument named str, but references it as buffer throughout the function body. This PR renames the argument from str to buffer to match the body.

@trcrsired
Copy link

go sending your patch to gcc mailing list. This is a mirror and nothing you do would affect the upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants