From d9599589c71d4288dafdbaa58637956a3447c798 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 8 Apr 2020 09:05:28 +0200 Subject: fulltext: rename fulltext_reload() to fulltext_populate() This function was named improperly: it was only used on freshly loaded data. Indeed, attempts to use it to actually reload lead to crashes. Signed-off-by: Berthold Stoeger --- core/divelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/divelist.c') diff --git a/core/divelist.c b/core/divelist.c index a16563310..fa8db6702 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -831,7 +831,7 @@ void process_loaded_dives() /* Autogroup dives if desired by user. */ autogroup_dives(&dive_table, &trip_table); - fulltext_reload(); + fulltext_populate(); } /* -- cgit v1.2.3-70-g09d2