X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;h=5895ff355f41f67bc79dbbb7136a0b920947b5e6;hb=efbe45e46b5d995dda0753bb0d6d1b6842918fd6;hp=6cfeab9c3888c5ec331a8172691dd1ec24a6bcc8;hpb=4c6c27a5098e5fd9425051ef97f98e898c098a20;p=idzebra-moved-to-github.git 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]); }