diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:56:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:56:33 (GMT) |
commit | 0d54286b2b1d9a0d3fde6a3a8fef0834d8aab476 (patch) | |
tree | acb0047734ce4b7be6fe0df37d8c2064d35ddaf6 /abs/extra/htop/htop.c.patch | |
parent | 13a53b0255f00a0fdb3ac9c6724f4394da38457e (diff) | |
download | linhes_pkgbuild-0d54286b2b1d9a0d3fde6a3a8fef0834d8aab476.zip linhes_pkgbuild-0d54286b2b1d9a0d3fde6a3a8fef0834d8aab476.tar.gz linhes_pkgbuild-0d54286b2b1d9a0d3fde6a3a8fef0834d8aab476.tar.bz2 |
htop: 1.0.9
Diffstat (limited to 'abs/extra/htop/htop.c.patch')
-rw-r--r-- | abs/extra/htop/htop.c.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/extra/htop/htop.c.patch b/abs/extra/htop/htop.c.patch deleted file mode 100644 index 41a2dd3..0000000 --- a/abs/extra/htop/htop.c.patch +++ /dev/null @@ -1,15 +0,0 @@ -From: Roman Kosenko <madkite@gmail.com> -Date: Thu, 10 Mar 2011 16:23:53 +0200 -Subject: [PATCH] Fix stupid bug with --sort-key - ---- htop.c.old 2010-11-24 20:45:38.000000000 +0200 -+++ htop.c 2011-03-10 16:32:18.473716667 +0200 -@@ -282,7 +282,7 @@ - printVersionFlag(); - break; - case 's': -- if (strcmp(optarg, "help")) { -+ if (!strcmp(optarg, "help")) { - for (int j = 1; j < LAST_PROCESSFIELD; j++) - printf ("%s\n", Process_fieldNames[j]); - exit(0); |