X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fmemory.c;h=d7a327cd0cc4b342f00562942442809c0e32c15a;hb=85df66537199c30a492ad54be4fbe25fa77e18c8;hp=afb788775211a8948906f62cd72d5a9d119dedda;hpb=06cef3aac0230e856f36e61533e2a4e60f299a02;p=idzebra-moved-to-github.git diff --git a/isam/memory.c b/isam/memory.c index afb7887..d7a327c 100644 --- a/isam/memory.c +++ b/isam/memory.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: memory.c,v $ - * Revision 1.9 1995-12-06 15:48:46 quinn + * Revision 1.10 1995-12-12 14:12:47 quinn + * *** empty log message *** + * + * Revision 1.9 1995/12/06 15:48:46 quinn * Fixed update-problem. * * Revision 1.8 1995/12/06 14:48:27 quinn @@ -396,7 +399,7 @@ int is_m_seek_record(is_mtable *tab, const void *rec) if ((rs = (*tab->is->cmp)(peek, rec)) > 0) { is_m_unread_record(tab); - return 1; + return rs; } else if (rs == 0) return 0;