projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make depend
[darkstat]
/
hosts_sort.c
diff --git
a/hosts_sort.c
b/hosts_sort.c
index
5757aa5
..
b6f32dd
100644
(file)
--- a/
hosts_sort.c
+++ b/
hosts_sort.c
@@
-34,8
+34,8
@@
cmp(const struct bucket * const *x, const struct bucket * const *y,
b = (*y)->total;
break;
case LASTSEEN:
- a = (*x)->u.host.last_seen;
- b = (*y)->u.host.last_seen;
+ a = (*x)->u.host.last_seen
_mono
;
+ b = (*y)->u.host.last_seen
_mono
;
break;
default:
errx(1, "cmp: unknown direction: %d", dir);