From: Adam Dickmeiss Date: Wed, 22 May 1996 08:25:56 +0000 (+0000) Subject: Minor change. X-Git-Tag: ZEBRA.1.0~447 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=2515cda2053e7c10f10cae7bfc7c5a1fd97b1807 Minor change. --- diff --git a/index/invstat.c b/index/invstat.c index 6cfeab9..5895ff3 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: invstat.c,v $ - * Revision 1.1 1996-05-14 14:04:34 adam + * Revision 1.2 1996-05-22 08:25:56 adam + * Minor change. + * + * Revision 1.1 1996/05/14 14:04:34 adam * In zebraidx, the 'stat' command is improved. Statistics about ISAM/DICT * is collected. * @@ -125,6 +128,6 @@ void inv_prstat (const char *dict_fname, const char *isam_fname) prev, here, stat_info.isam_occurrences[i]); prev = here+1; } - fprintf (stderr, "%7d- %7d\n", + fprintf (stderr, "%7d- %7d\n", prev, stat_info.isam_occurrences[i]); }