diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-18 14:08:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-18 14:08:40 +0000 |
| commit | d030d2d2aee170303ffb5eed3183616ef7ddfbb4 (patch) | |
| tree | 1ff40baf2bdd10f9e8275383efc4508d3e4dd2ad /lib/libc/db | |
| parent | 06bba905d06c4ca139b00432a8c86b2db9aeb5d8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/db')
| -rw-r--r-- | lib/libc/db/btree/bt_seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c index 303b4819031f..76e6275253e9 100644 --- a/lib/libc/db/btree/bt_seq.c +++ b/lib/libc/db/btree/bt_seq.c @@ -358,7 +358,7 @@ __bt_first(t, key, erval, exactp) * page) and return it. */ if ((ep = __bt_search(t, key, exactp)) == NULL) - return (NULL); + return (0); if (*exactp) { if (F_ISSET(t, B_NODUPS)) { *erval = *ep; |
