Browse Source

Statify tv_sort.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
7d34a6b6e3
  1. 2
      main.c

2
main.c

@ -2175,7 +2175,7 @@ static void test_work_current(struct work *work)
free(hexstr); free(hexstr);
} }
int tv_sort(struct work *worka, struct work *workb) static int tv_sort(struct work *worka, struct work *workb)
{ {
return worka->tv_staged.tv_sec - workb->tv_staged.tv_sec; return worka->tv_staged.tv_sec - workb->tv_staged.tv_sec;
} }

Loading…
Cancel
Save