]> git.pld-linux.org Git - packages/ghex.git/commitdiff
- fixes compilation (typo)
authorgrzegol <grzegol@pld-linux.org>
Fri, 1 Aug 2003 12:07:49 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghex-compile_fix.patch -> 1.1

ghex-compile_fix.patch [new file with mode: 0644]

diff --git a/ghex-compile_fix.patch b/ghex-compile_fix.patch
new file mode 100644 (file)
index 0000000..c3ff72c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aaa/ghex-2.3.0/src/ui.c ghex-2.3.0/src/ui.c
+--- aaa/ghex-2.3.0/src/ui.c    2003-02-25 22:45:39.000000000 +0100
++++ ghex-2.3.0/src/ui.c        2003-08-01 12:40:44.000000000 +0200
+@@ -875,7 +875,7 @@
+       g_return_if_fail (msg != NULL);
+       va_start(args, msg);
+       real_msg = g_strdup_vprintf(msg, args);
+-      va_end(msg);
++      va_end(args);
+       info_dlg = gtk_message_dialog_new (
+                       GTK_WINDOW (win),
+                       GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
This page took 0.157196 seconds and 4 git commands to generate.