aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.cpp')
-rw-r--r--src/history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.cpp b/src/history.cpp
index 49ed1b67..48469759 100644
--- a/src/history.cpp
+++ b/src/history.cpp
@@ -1387,7 +1387,7 @@ void history_t::save_internal(bool vacuum) {
}
if (!ok) {
// We did not or could not append; rewrite the file ("vacuum" it).
- ok = this->save_internal_via_rewrite();
+ this->save_internal_via_rewrite();
}
}