We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743de83 commit 02c5cf1Copy full SHA for 02c5cf1
src/storage/archive_index.rs
@@ -69,7 +69,7 @@ pub(crate) fn create<R: io::Read + io::Seek, P: AsRef<Path>>(
69
conn.execute(
70
"INSERT INTO files (path, start, end, compression) VALUES (?, ?, ?, ?)",
71
(
72
- zf.name().to_string(),
+ zf.name(),
73
zf.data_start(),
74
zf.data_start() + zf.compressed_size() - 1,
75
match zf.compression() {
0 commit comments