Skip to content

Commit 88f90cb

Browse files
committed
fix #41
1 parent 892342f commit 88f90cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sort_imp.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ static void radix_sortp(
279279
} while(0)
280280
#define MERGE_SORT() \
281281
do { \
282-
uint i=0, n=An, base=-n, odd=0, c=0, b=1; \
282+
uint i=0, n=An, odd=0, c=0, b=1; \
283+
sint base=-n; \
283284
for(;;) { \
284285
DATA *restrict p; \
285286
if((c&1)==0) { \

0 commit comments

Comments
 (0)