summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2014-02-21 20:24:45 +0000
committerjoerg <joerg>2014-02-21 20:24:45 +0000
commit25936ccb88d4aa1d8e3efb8283bb825540261094 (patch)
treebe90fcb7797f2ca4e1bc7508f0d385487d620975
parent8ff3685b0878e474f564938cddcbadf95c452b70 (diff)
downloadpkgsrc-25936ccb88d4aa1d8e3efb8283bb825540261094.tar.gz
Annotate format string use.
-rw-r--r--editors/gtranslator/distinfo3
-rw-r--r--editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c13
2 files changed, 15 insertions, 1 deletions
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;