From 852e755c761ed42fc7db3069d15746df3e2d54cc80bd466bf5517444864d4375 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 16 Jul 2018 09:29:50 +0000 Subject: [PATCH] (_gdbm_put_av_elem): Rewrite the "can_merge" loop. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=55 --- gdbm.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/gdbm.changes b/gdbm.changes index 551896e..b29c13c 100644 --- a/gdbm.changes +++ b/gdbm.changes @@ -5,6 +5,7 @@ Mon Jul 16 09:24:48 UTC 2018 - pgajdos@suse.com * Fix typo * New gdbmtool variables: coalesce and centfree * src/falloc.c (avail_lookup): Remove the start parameter. + (_gdbm_put_av_elem): Rewrite the "can_merge" loop. ------------------------------------------------------------------- Sun Jun 17 13:57:31 UTC 2018 - astieger@suse.com