Skip to content
Snippets Groups Projects
Commit dbba836c authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bugfix.

Rev: src/fsort_template.h:1.10
parent a8a2411e
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: fsort_template.h,v 1.9 2001/09/24 14:31:16 grubba Exp $ * $Id: fsort_template.h,v 1.10 2001/09/24 17:07:13 grubba Exp $
*/ */
#ifndef SWAP #ifndef SWAP
...@@ -33,7 +33,7 @@ static void MKNAME(_do_sort)(register TYPE *bas, ...@@ -33,7 +33,7 @@ static void MKNAME(_do_sort)(register TYPE *bas,
#endif #endif
) )
{ {
register TYPE *a,*b; register TYPE *a, *b, tmp;
while(bas < last) while(bas < last)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment