summaryrefslogtreecommitdiffstats
path: root/core/divelist.c
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-04-08 09:05:28 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-08 08:08:19 -0700
commitd9599589c71d4288dafdbaa58637956a3447c798 (patch)
treed19f508de03424ad27e139cd1fe1c0928b2a5a4b /core/divelist.c
parentd8b92a18520a58646180e6b91cafd89dbb997fcb (diff)
downloadsubsurface-d9599589c71d4288dafdbaa58637956a3447c798.tar.gz
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divelist.c')
-rw-r--r--core/divelist.c2
1 files changed, 1 insertions, 1 deletions
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();
}
/*