summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbcache.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-06 21:10:20 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-06 21:10:20 +0000
commit605a20a4ef74b80a2df069edfe1d2266c7851c88 (patch)
treec70c9f180577485e879f79e62a119b266570e155 /plugins/Db3x_mmap/src/dbcache.cpp
parentb5158015f300cb9a0b6abac75e207aac62d53f70 (diff)
metahistory merge & split
git-svn-id: http://svn.miranda-ng.org/main/trunk@8436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcache.cpp')
-rw-r--r--plugins/Db3x_mmap/src/dbcache.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbcache.cpp b/plugins/Db3x_mmap/src/dbcache.cpp
index 4ea4c71985..3c301b0162 100644
--- a/plugins/Db3x_mmap/src/dbcache.cpp
+++ b/plugins/Db3x_mmap/src/dbcache.cpp
@@ -155,8 +155,7 @@ void CDb3Mmap::DBFlush(int setting)
else if (GetTickCount() - m_flushFailTick > 5000)
DatabaseCorruption(NULL);
}
- else
- m_flushFailTick = 0;
+ else m_flushFailTick = 0;
}
log0("nflush2");
return;