Avoid off_t -> integer overflow when sorting the locksector addresses.

This commit is contained in:
phk 2003-04-14 09:36:39 +00:00
parent c10cd4d964
commit 3f6cd8397d

View File

@ -441,7 +441,7 @@ sorthelp(const void *a, const void *b)
oa = a;
ob = b;
return (*oa - *ob);
return (*oa > *ob);
}
static void