mj2: Add missing variable to format string in fprintf() invocation in meta_out.c 1094/head
authorKarol Babioch <kbabioch@suse.de>
Fri, 2 Mar 2018 13:03:03 +0000 (14:03 +0100)
committerKarol Babioch <kbabioch@suse.de>
Fri, 2 Mar 2018 13:03:08 +0000 (14:03 +0100)
commitd4d78272ebe3b65a22e5c98841d451f2078625fa
tree2f9d9b5449b29480f5c3501b549bcbc2aab7a915
parent564fbfb67830e2eb234bc16b3db8fecf54261f95
mj2: Add missing variable to format string in fprintf() invocation in 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 #1074 and #1075.
src/bin/mj2/meta_out.c