summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-07-01 15:55:10 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-07-01 15:55:10 -0700
commite6db8d726bb971bdc7704d29cd26d80bc299da5a (patch)
treee56e1acca94f3cff7c4959fd2c361347e44f691b
parent8f44e6841f8be1d57ce859b60ecb616f6306c37c (diff)
downloadtmwa-e6db8d726bb971bdc7704d29cd26d80bc299da5a.tar.gz
tmwa-e6db8d726bb971bdc7704d29cd26d80bc299da5a.tar.bz2
tmwa-e6db8d726bb971bdc7704d29cd26d80bc299da5a.tar.xz
tmwa-e6db8d726bb971bdc7704d29cd26d80bc299da5a.zip
You have succeeded in annoying mev14.7.1
-rw-r--r--src/io/lock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/lock.cpp b/src/io/lock.cpp
index 7b8f014..911b5db 100644
--- a/src/io/lock.cpp
+++ b/src/io/lock.cpp
@@ -39,7 +39,7 @@ namespace tmwa
{
/// number of backups to keep
static
-const int backup_count = 10;
+const int backup_count = 9;
/// Protected file writing
/// (Until the file is closed, it keeps the old file)