openbsd-ports/graphics/gimp/stable/patches/patch-plug-ins_common_mail_c

13 lines
571 B
Plaintext

$OpenBSD: patch-plug-ins_common_mail_c,v 1.1 2002/12/29 00:10:47 pvalchev Exp $
--- plug-ins/common/mail.c.orig Sat Dec 28 14:57:55 2002
+++ plug-ins/common/mail.c Sat Dec 28 14:58:01 2002
@@ -368,7 +368,7 @@ save_image (gchar *filename,
g_message ("mail: dup2 failed: %s\n", g_strerror (errno));
}
- execlp (UUENCODE, UUENCODE, tmpname, filename, NULL);
+ execlp (UUENCODE, UUENCODE, tmpname, filename, (void *)NULL);
/* What are we doing here? exec must have failed */
g_message ("mail: exec failed: uuencode: %s\n", g_strerror (errno));