@ -1946,7 +1946,7 @@ static void summarise_userstats()
//upgrade = false;
if (error[0])
LOGERR(error);
LOGERR("%s", error);
}
if (locked) {
@ -52,7 +52,7 @@
#define DB_VLOCK "1"
#define DB_VERSION "0.9.6"
#define CKDB_VERSION DB_VERSION"-0.700"
#define CKDB_VERSION DB_VERSION"-0.701"
#define WHERE_FFL " - from %s %s() line %d"
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__