diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index 0e31879a4e..749f744de0 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -141,7 +141,7 @@ TIFFwxWarningHandler(const char* module, const char* fmt, va_list ap) { if (module != NULL) wxLogWarning(_("tiff module: %s"), module); - wxLogWarning((wxChar *) fmt, ap); + wxVLogWarning((wxChar *) fmt, ap); } static void