summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.cpp')
-rw-r--r--src/storage/ngram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp
index 5b1a7d0..35aea0c 100644
--- a/src/storage/ngram.cpp
+++ b/src/storage/ngram.cpp
@@ -324,7 +324,7 @@ bool Bigram::attach(const char * dbfile, guint32 flags){
assert(false);
ret = m_db->open(m_db, NULL, dbfile, NULL,
- DB_HASH, db_flags, 0664);
+ DB_HASH, db_flags, 0644);
if ( ret != 0)
return false;