Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sources/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,8 @@ LONG EndSort(PHEAD WORD *buffer, int par)
}
*((WORD **)buffer) = to;
NCOPY(to,t,jj);
retval = to - buffer - 1;
/* we should not set retval here in this par==2 case, it being 0 has meaning
after RetRetval, and it is set properly there. */
}
else {
j = newout->POfill - t;
Expand Down
Loading