[Gpg4win-commits] r832 - trunk/patches/gpgol
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 5 16:46:06 CEST 2008
Author: werner
Date: 2008-06-05 16:46:05 +0200 (Thu, 05 Jun 2008)
New Revision: 832
Removed:
trunk/patches/gpgol/01-last-minute.patch
Log:
Remove patch.
Deleted: trunk/patches/gpgol/01-last-minute.patch
===================================================================
--- trunk/patches/gpgol/01-last-minute.patch 2008-06-05 14:29:13 UTC (rev 831)
+++ trunk/patches/gpgol/01-last-minute.patch 2008-06-05 14:46:05 UTC (rev 832)
@@ -1,22 +0,0 @@
-#! /bin/sh
-patch -p0 -f $* < $0
-exit $?
-
-Fix for 0.10.13
-
-
---- src/mimeparser.c (revision 250)
-+++ src/mimeparser.c (working copy)
-@@ -733,7 +733,7 @@
- if (s)
- filename = xstrdup (s);
- s = rfc822parse_query_parameter (field, NULL, 1);
-- if (s && !strcmp (s, "inline"))
-+ if (s && strcmp (s, "inline"))
- not_inline_text = 1;
- rfc822parse_release_field (field);
- }
-
-
-
-
More information about the Gpg4win-commits
mailing list