use fixed format string to avoid -Wformat-security warning
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 29 Mar 2016 00:11:59 +0000 (02:11 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Tue, 29 Mar 2016 00:11:59 +0000 (02:11 +0200)
commitbe241b0e60d5f4306cdaac194bf02625fa9ef878
treebd30a16d9b2218b16c8215b2af94bbe77f44a476
parentd2ee8a0a39bd63993b2b90d4e556112a396ba680
use fixed format string to avoid -Wformat-security warning

The debian build fails due to the -Wformat-security check. This
change replaces a variable format string with a fixed format
string.
src/ui/gui/missing-val-dialog.c