summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/005-uninitialized_err.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/opkg/patches/005-uninitialized_err.patch')
-rw-r--r--package/opkg/patches/005-uninitialized_err.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/patches/005-uninitialized_err.patch b/package/opkg/patches/005-uninitialized_err.patch
index 34b8e86b1..7cf769a32 100644
--- a/package/opkg/patches/005-uninitialized_err.patch
+++ b/package/opkg/patches/005-uninitialized_err.patch
@@ -1,6 +1,6 @@
--- a/libopkg/pkg_hash.c
+++ b/libopkg/pkg_hash.c
-@@ -367,8 +367,11 @@ pkg_t *pkg_hash_fetch_best_installation_
+@@ -363,8 +363,11 @@ pkg_t *pkg_hash_fetch_best_installation_
abstract_pkg_t *apkg = NULL;
pkg_t *ret;