mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-25 23:06:04 +08:00
Oops
This commit is contained in:
parent
3d85c79891
commit
aa5a4a2cf0
@ -225,7 +225,7 @@ impl Connection {
|
||||
) -> Result<Blob<'a>> {
|
||||
let c = self.db.borrow_mut();
|
||||
let mut blob = ptr::null_mut();
|
||||
let db = db.as_cstring()?;
|
||||
let db = db.as_cstr()?;
|
||||
let table = super::str_to_cstring(table)?;
|
||||
let column = super::str_to_cstring(column)?;
|
||||
let rc = unsafe {
|
||||
|
Loading…
x
Reference in New Issue
Block a user