From 25936ccb88d4aa1d8e3efb8283bb825540261094 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 21 Feb 2014 20:24:45 +0000 Subject: Annotate format string use. --- editors/gtranslator/distinfo | 3 ++- .../gtranslator/patches/patch-plugins_codeview_gtr-viewer.c | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c diff --git a/editors/gtranslator/distinfo b/editors/gtranslator/distinfo index dfe22e69e8d..4ccff4f150a 100644 --- a/editors/gtranslator/distinfo +++ b/editors/gtranslator/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2014/01/21 14:08:14 ryoon Exp $ +$NetBSD: distinfo,v 1.9 2014/02/21 20:24:45 joerg Exp $ SHA1 (gtranslator-2.91.6.tar.xz) = d2071076ad0dbe8b84d0fc7947e7561af14f5d3a RMD160 (gtranslator-2.91.6.tar.xz) = 93c7f10a00d77d5d96eee655eab1a800a3a657f8 Size (gtranslator-2.91.6.tar.xz) = 2235796 bytes +SHA1 (patch-plugins_codeview_gtr-viewer.c) = 1aea4a053788685003997a35f3cced73b19227fd diff --git a/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c b/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c new file mode 100644 index 00000000000..ccff84b5f43 --- /dev/null +++ b/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c @@ -0,0 +1,13 @@ +$NetBSD: patch-plugins_codeview_gtr-viewer.c,v 1.1 2014/02/21 20:24:45 joerg Exp $ + +--- plugins/codeview/gtr-viewer.c.orig 2014-02-21 00:22:29.000000000 +0000 ++++ plugins/codeview/gtr-viewer.c +@@ -143,7 +143,7 @@ gtr_viewer_class_init (GtrViewerClass * + + /***************** File loading *****************/ + +-static void ++static G_GNUC_PRINTF(2, 3) void + error_dialog (GtkWindow * parent, const gchar * msg, ...) + { + va_list ap; -- cgit v1.2.3