Skip to content

Commit 836f4af

Browse files
committed
Fix compilation on Linux
1 parent a822963 commit 836f4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-sys/src/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl<W: Wal> Connection<W> {
280280
crate::error::Error::Bug(
281281
"invalid database path containing an internal nul byte",
282282
)
283-
})
283+
})?
284284
};
285285
#[cfg(not(unix))]
286286
let path = path

0 commit comments

Comments
 (0)