Skip to content

Commit

Permalink
Fix sqlcipher compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Sep 18, 2024
1 parent 2d28d7f commit 3839d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ std::string opsqlite_get_db_path(std::string const &db_name,
}

#ifdef OP_SQLITE_USE_SQLCIPHER
BridgeResult opsqlite_open(std::string const &dbName,
BridgeResult opsqlite_open(std::string const &name,
std::string const &last_path,
std::string const &crsqlite_path,
std::string const &sqlite_vec_path,
Expand Down

0 comments on commit 3839d59

Please sign in to comment.