X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;h=75ff27255f058844d98a41bb86ed26a3b7b83366;hb=b8844c65622c12fb105bf7fc6bab2fc237af7c14;hp=6cfeab9c3888c5ec331a8172691dd1ec24a6bcc8;hpb=4c6c27a5098e5fd9425051ef97f98e898c098a20;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index 6cfeab9..75ff272 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: invstat.c,v $ - * Revision 1.1 1996-05-14 14:04:34 adam + * Revision 1.3 1996-06-04 10:18:58 adam + * Minor changes - removed include of ctype.h. + * + * 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. * @@ -12,7 +18,6 @@ #include #include #include -#include #include "index.h" #include "recindex.h" @@ -125,6 +130,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]); }