This commit is contained in:
Pere Diaz Bou
2025-03-12 16:06:29 +01:00
parent 1af6dccc72
commit e65d76f51f

View File

@@ -125,7 +125,7 @@ pub unsafe extern "C" fn sqlite3_open(
Err(e) => { Err(e) => {
log::error!("error opening database {:?}", e); log::error!("error opening database {:?}", e);
SQLITE_CANTOPEN SQLITE_CANTOPEN
}, }
} }
} }