Skip to content

Commit 096f979

Browse files
committed
Compact: Select default algorithm from default impl
1 parent e67867a commit 096f979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compact.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl Default for _FILE_PROVIDER_EXTERNAL_INFO_V1 {
7676
fn default() -> Self {
7777
Self {
7878
Version: FILE_PROVIDER_CURRENT_VERSION,
79-
Algorithm: FILE_PROVIDER_COMPRESSION_XPRESS4K,
79+
Algorithm: Compression::default().into(),
8080
Flags: 0,
8181
}
8282
}

0 commit comments

Comments
 (0)