From c4d2b754d90faad6cf76b0c380113b5a78b1d889 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 12 Dec 1995 14:12:47 +0000 Subject: [PATCH] *** empty log message *** --- isam/memory.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; -- 1.7.10.4