X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwrite.c;h=a852c199670c9a6265cc043be19a6908d98c9ecb;hb=5d3d469e410dc5f4a28814ad231336fc174cba56;hp=b8d86e85fc7bf6540630ac8f0f1d950b64c226c9;hpb=b6034a5dd44709341c46d553b1c0294ec91f13e4;p=wimlib diff --git a/src/write.c b/src/write.c index b8d86e85..a852c199 100644 --- a/src/write.c +++ b/src/write.c @@ -39,6 +39,7 @@ #include "wimlib/error.h" #include "wimlib/file_io.h" #include "wimlib/header.h" +#include "wimlib/inode.h" #include "wimlib/integrity.h" #include "wimlib/lookup_table.h" #include "wimlib/metadata.h" @@ -1842,7 +1843,7 @@ determine_stream_size_uniquity(struct list_head *stream_list, struct stream_size_table tab; struct wim_lookup_table_entry *lte; - ret = init_stream_size_table(&tab, lt->capacity); + ret = init_stream_size_table(&tab, 9001); if (ret) return ret;