diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-24 19:28:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-24 19:28:46 +0200 |
commit | e831dc180e98b8455618389e3a1f4d38a6c6e161 (patch) | |
tree | fe15b0c476268c5327bc44c367e9a84ec945c910 /debian/patches/0125-multiarch_dll_search_path.patch | |
parent | a77bc1fcbdf83cfdac9570c0a0ac886b5534c90f (diff) |
New upstream release; refresh patches
Diffstat (limited to 'debian/patches/0125-multiarch_dll_search_path.patch')
-rw-r--r-- | debian/patches/0125-multiarch_dll_search_path.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0125-multiarch_dll_search_path.patch b/debian/patches/0125-multiarch_dll_search_path.patch index a213060..a420f82 100644 --- a/debian/patches/0125-multiarch_dll_search_path.patch +++ b/debian/patches/0125-multiarch_dll_search_path.patch @@ -7,7 +7,7 @@ Index: trunk/backend/dll.c =================================================================== --- trunk.orig/backend/dll.c +++ trunk/backend/dll.c -@@ -466,7 +466,7 @@ load (struct backend *be) +@@ -470,7 +470,7 @@ load (struct backend *be) if (path) { @@ -16,7 +16,7 @@ Index: trunk/backend/dll.c src = malloc (src_len); if (!src) { -@@ -476,11 +476,11 @@ load (struct backend *be) +@@ -480,11 +480,11 @@ load (struct backend *be) if (orig_src) free (orig_src); orig_src = src; |