X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fkdump.c;h=c4a727935ac6af05de1b609440e14f8e342d761c;hb=fd12cf9b8e16c109f3c0f7aedb0e0efd65209e16;hp=cd094bc85ff6f68b15fd8b096a25a56b3c6d28af;hpb=c5ae7c0234530d9c3c907383583cd156ed45628d;p=idzebra-moved-to-github.git diff --git a/index/kdump.c b/index/kdump.c index cd094bc..c4a7279 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -4,7 +4,16 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kdump.c,v $ - * Revision 1.10 1996-06-04 14:56:12 quinn + * Revision 1.13 1997-09-09 13:38:07 adam + * Partial port to WIN95/NT. + * + * Revision 1.12 1997/09/05 09:52:32 adam + * Extra argument added to function chr_read_maptab (tab path). + * + * Revision 1.11 1996/10/29 14:06:49 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.10 1996/06/04 14:56:12 quinn * Fix * * Revision 1.9 1996/06/04 14:18:53 quinn @@ -38,11 +47,15 @@ * */ #include +#include #include +#ifdef WINDOWS +#include +#else #include +#endif #include -#include #include #include "index.h" @@ -133,7 +146,7 @@ int main (int argc, char **argv) } else if (ret == 'm') { - if (!(map = chr_read_maptab(arg))) + if (!(map = chr_read_maptab (NULL, arg))) { logf(LOG_FATAL, "Failed to open maptab"); exit(1);