From c4d4a99d31762beef936f34571330923e9300da9 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 12 Jul 1996 18:57:58 +0000 Subject: General -Wall warning cleanup, part I. Submitted-By: Kent Vander Velden --- lib/libc/db/hash/hash_bigkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/db/hash/hash_bigkey.c') diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index 578314a..0cee07e 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -590,7 +590,7 @@ __big_split(hashp, op, np, big_keyp, addr, obucket, ret) return (-1); change = (__call_hash(hashp, key.data, key.size) != obucket); - if (ret->next_addr = __find_last_page(hashp, &big_keyp)) { + if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { if (!(ret->nextp = __get_buf(hashp, ret->next_addr, big_keyp, 0))) return (-1);; -- cgit v1.1