]> wimlib.net Git - wimlib/blobdiff - src/extract.c
Pay attention to PrepopulateList during WIMBoot application
[wimlib] / src / extract.c
index 337707223ba0fda506aa267ca908f1e1dd8cafe0..c6a3b561f5f9b7d4fd795a0de808b7c6d7499c49 100644 (file)
@@ -494,7 +494,8 @@ extract_streams(const tchar *path, struct apply_ctx *ctx,
                                }
                        } else {
                                ret = ctx->ops->extract_unnamed_stream(
-                                                       file_spec, lte, ctx);
+                                                       file_spec, lte, ctx,
+                                                       dentry);
                                if (ret)
                                        goto error;
                        }