summaryrefslogtreecommitdiff
path: root/source/intl/lang_tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/intl/lang_tdb.c')
-rw-r--r--source/intl/lang_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/intl/lang_tdb.c b/source/intl/lang_tdb.c
index 4e4a3a5e207..499b9eb87da 100644
--- a/source/intl/lang_tdb.c
+++ b/source/intl/lang_tdb.c
@@ -45,7 +45,7 @@ static bool load_msg(const char *msg_file)
}
/* wipe the db */
- tdb_wipe(tdb);
+ tdb_wipe_all(tdb);
msgid = NULL;