mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
last commit can't be compiled
This commit is contained in:
2
ksort.h
2
ksort.h
@@ -130,7 +130,7 @@ typedef const char *ksstr_t;
|
||||
void radix_sort_##name(rstype_t *beg, rstype_t *end) \
|
||||
{ \
|
||||
if (end - beg <= RS_MIN_SIZE) rs_insertsort_##name(beg, end); \
|
||||
else rs_sort_##name(beg, end, RS_MAX_BITS, (sizeof_key - 1) * RS_N_BITS); \
|
||||
else rs_sort_##name(beg, end, RS_MAX_BITS, (sizeof_key - 1) * RS_MAX_BITS); \
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user