From b459f53ac366930f93928352833ea266fbfcd92e Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 6 Jul 2014 21:24:31 +0200 Subject: Switch android to leveldb as sqlite3 is broken and fails to save any mapblock there --- src/database-sqlite3.cpp | 6 +++--- src/subgame.cpp | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/database-sqlite3.cpp b/src/database-sqlite3.cpp index 7f7850719..3ec13a1a2 100644 --- a/src/database-sqlite3.cpp +++ b/src/database-sqlite3.cpp @@ -187,12 +187,12 @@ void Database_SQLite3::saveBlock(MapBlock *block) const char *bytes = tmp.c_str(); if(sqlite3_bind_int64(m_database_write, 1, getBlockAsInteger(p3d)) != SQLITE_OK) - infostream<<"WARNING: Block position failed to bind: "<