From dbba836c62b37cd907808686a5f673229c5a0d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 24 Sep 2001 19:07:13 +0200 Subject: [PATCH] Bugfix. Rev: src/fsort_template.h:1.10 --- src/fsort_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fsort_template.h b/src/fsort_template.h index 69b7c2fa7a..070ac51c5d 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) { -- GitLab