Use the right file to output merge result.

This commit is contained in:
enami 2002-09-30 05:09:25 +00:00
parent 84237f231a
commit d945092654
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fsort.c,v 1.20 2001/05/15 11:49:25 jdolecek Exp $ */
/* $NetBSD: fsort.c,v 1.21 2002/09/30 05:09:25 enami Exp $ */
/*-
* Copyright (c) 1993
@ -47,7 +47,7 @@
#include "fsort.h"
#ifndef lint
__RCSID("$NetBSD: fsort.c,v 1.20 2001/05/15 11:49:25 jdolecek Exp $");
__RCSID("$NetBSD: fsort.c,v 1.21 2002/09/30 05:09:25 enami Exp $");
__SCCSID("@(#)fsort.c 8.1 (Berkeley) 6/6/93");
#endif /* not lint */
@ -204,7 +204,8 @@ fsort(binno, depth, top, filelist, nfiles, outfp, ftbl)
fstack[base + ntfiles].fp = ftmp();
fmerge(0, MSTART, filelist,
mfct, geteasy, fstack[base].fp,
mfct, geteasy,
fstack[base + ntfiles].fp,
putrec, ftbl);
ntfiles++;
mfct = 0;