DB_ROOT_LEN
if (count > (DB_ROOT_LEN - 1)) {
(int)count, DB_ROOT_LEN - 1);
read_bytes = scnprintf(db_root_stage, DB_ROOT_LEN, "%s", page);
snprintf(db_root_stage, DB_ROOT_LEN, DB_ROOT_PREFERRED);
char db_root[DB_ROOT_LEN] = DB_ROOT_DEFAULT;
static char db_root_stage[DB_ROOT_LEN];