diff --git a/src/fsort_template.h b/src/fsort_template.h
index 69b7c2fa7ab446228476d5b0f65a91bf08195617..070ac51c5d3c3aa744d0c8427f70790a4dc24887 100644
--- a/src/fsort_template.h
+++ b/src/fsort_template.h
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -33,7 +33,7 @@ static void MKNAME(_do_sort)(register TYPE *bas,
 #endif
   )
 {
-  register TYPE *a,*b;
+  register TYPE *a, *b, tmp;
 
   while(bas < last)
   {