From 1d6c540988dfaf78de899b69c93e289f270cdd2c Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Thu, 11 Nov 1999 20:14:11 +0000 Subject: Update to version 1.1.11 PR: 14779 Submitted by: Will Andrews --- graphics/gimp-app-devel/files/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/gimp-app-devel/files/patch-ab') diff --git a/graphics/gimp-app-devel/files/patch-ab b/graphics/gimp-app-devel/files/patch-ab index cc3600f85cac..4a00a2ad60f9 100644 --- a/graphics/gimp-app-devel/files/patch-ab +++ b/graphics/gimp-app-devel/files/patch-ab @@ -1,6 +1,6 @@ ---- plug-ins/common/url.c.orig Sat May 30 15:32:36 1998 -+++ plug-ins/common/url.c Sun Jun 7 10:09:34 1998 -@@ -146,8 +146,8 @@ +--- plug-ins/common/url.c Sun Nov 7 19:24:37 1999 ++++ plug-ins/common/url.c.new Sun Nov 7 19:26:39 1999 +@@ -151,8 +151,8 @@ } else if (pid == 0) { @@ -8,6 +8,6 @@ - g_message ("url: exec failed: wget: %s\n", g_strerror(errno)); + execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL); + g_message ("url: exec failed: fetch: %s\n", g_strerror(errno)); + g_free (tmpname); _exit(127); } - else -- cgit v1.2.3