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

mj2: Add missing variable to format string in fprintf() invocation in meta_out.c #1094

Merged

Conversation

kbabioch
Copy link
Contributor

@kbabioch kbabioch commented Mar 2, 2018

This adds the appropriate variables to the invocation of fprintf(). They were
specified in the format string, but were missing in the actual call. This
fixes #1074 and #1075.

… meta_out.c

This adds the appropriate variables to the invocation of fprintf(). They were
specified in the format string, but were missing in the actual call. This
fixes uclouvain#1074 and uclouvain#1075.
@rouault rouault merged commit e98d0a2 into uclouvain:master Mar 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing format string parameter
2 participants