diff options
author | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-08-17 22:27:08 (EDT) |
---|---|---|
committer | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-08-17 22:27:08 (EDT) |
commit | 0eb2cb22be9a69e9562fea935617864cc0e5f217 (patch) | |
tree | 64e78303bdd300b1f714fd8918bcd9b127447ba0 | |
parent | d8b2e77ac150010224cfefdd8668223203473dab (diff) |
Remove outdated comment regarding an old bug.
I managed to track down the "bug 1277" this comment referred to.
http://web.archive.org/web/20050503234854/http://handhelds.org/~bugzilla/show_bug.cgi?id=1277
This referred to the status file containing incorrect information after a
failed upgrade.
git-svn-id: http://opkg.googlecode.com/svn/trunk@551 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r-- | libopkg/opkg_install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 49e14fc..2693274 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -1172,7 +1172,7 @@ opkg_install_by_name(const char *pkg_name) return 0; } else if (cmp < 0) { new->dest = old->dest; - old->state_want = SW_DEINSTALL; /* Here probably the problem for bug 1277 */ + old->state_want = SW_DEINSTALL; } free(old_version); free(new_version); |