X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=f7d7dae812ba5afee182ac7fe6f36c458c5953fe;hb=7cb238bb0036500bd2b24eb2cef615b72786cd72;hp=fd3099b361ed7f0c1484b886bc161d11fc147126;hpb=e150e51a7e20a902e9fd2f11f00811f94f67d529;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index fd3099b..f7d7dae 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -551,7 +551,10 @@ int heap_inps (struct heap_info *hi) dict_insert (hi->dict, this_name, sizeof(ISAMS_P), &isams_p); } else - abort(); + { + logf (LOG_FATAL, "isams doesn't support this kind of update"); + break; + } } xfree (isams_i); return 0; @@ -740,7 +743,10 @@ void key_input (BFiles bfs, int nkeys, int cache) /* * $Log: kinput.c,v $ - * Revision 1.41 1999-11-30 13:48:03 adam + * Revision 1.42 1999-12-01 21:58:48 adam + * Proper handle of illegal use of isams. + * + * Revision 1.41 1999/11/30 13:48:03 adam * Improved installation. Updated for inclusion of YAZ header files. * * Revision 1.40 1999/09/08 12:12:39 adam