diff options
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 7c33d755..387db45c 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -50,6 +50,7 @@ #include "filters.h" +/* FIXME: this trusts that 'message' doesn't contain any format strings */ static void displaywindow_error(DisplayWindow *dw, const char *message) { GtkWidget *window; |