From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- converters/recode/files/patch-src__outer.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 converters/recode/files/patch-src__outer.c (limited to 'converters/recode/files/patch-src__outer.c') diff --git a/converters/recode/files/patch-src__outer.c b/converters/recode/files/patch-src__outer.c new file mode 100644 index 000000000000..04801f3d0726 --- /dev/null +++ b/converters/recode/files/patch-src__outer.c @@ -0,0 +1,18 @@ +--- src/outer.c.orig Wed Aug 30 23:16:14 2000 ++++ src/outer.c Fri Dec 2 16:12:26 2005 +@@ -617,7 +617,14 @@ + if (outer->alias_table) + hash_free (outer->alias_table); + if (outer->argmatch_charset_array) +- free (outer->argmatch_charset_array); ++ { ++ char **cursor; ++ for (cursor = outer->argmatch_charset_array; *cursor; cursor++) ++ free (*cursor); ++ for (cursor = outer->argmatch_surface_array; *cursor; cursor++) ++ free (*cursor); ++ free (outer->argmatch_charset_array); ++ } + if (outer->one_to_same) + free ((void *) outer->one_to_same); + free (outer); -- cgit v1.2.3