X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkdump.c;h=3157512528238886e512fe42696d80a1e385be38;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=0e2fc2d25b0fd1b54c613abfa181a65d9cb6237c;hpb=2b1851bd5565e3d21f9cf9a37661a584c063b75f;p=idzebra-moved-to-github.git diff --git a/index/kdump.c b/index/kdump.c index 0e2fc2d..3157512 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kdump.c,v $ - * Revision 1.20 2002-04-04 14:14:13 adam + * Revision 1.21 2002-04-04 20:50:37 adam + * Multi register works with record paths and data1 profile path + * + * Revision 1.20 2002/04/04 14:14:13 adam * Multiple registers (alpha early) * * Revision 1.19 2000/12/05 10:01:44 adam @@ -192,7 +195,7 @@ int main (int argc, char **argv) } if (!res) res = res_open ("zebra.cfg", 0); - zm = zebra_maps_open (res); + zm = zebra_maps_open (res, 0); if (!(inf = fopen (key_fname, "r"))) { logf (LOG_FATAL|LOG_ERRNO, "fopen %s", key_fname);