Skip to content
Snippets Groups Projects
Commit c73b34f6 authored by Hilb, Stephan's avatar Hilb, Stephan
Browse files

fix fprintf format string

parent d263ce64
Branches master
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ int main(int argc, char **argv)
WriteImageVerb(out, outname, verbose);
}
catch (CError &err) {
fprintf(stderr, err.message);
fprintf(stderr, "%s", err.message);
fprintf(stderr, "\n");
exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment