summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/gbde/gbde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gbde/gbde.c b/sbin/gbde/gbde.c
index fbea437..f36df05 100644
--- a/sbin/gbde/gbde.c
+++ b/sbin/gbde/gbde.c
@@ -441,7 +441,7 @@ sorthelp(const void *a, const void *b)
oa = a;
ob = b;
- return (*oa - *ob);
+ return (*oa > *ob);
}
static void
OpenPOWER on IntegriCloud