]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_apply.c
Pay attention to PrepopulateList during WIMBoot application
[wimlib] / src / ntfs-3g_apply.c
index 86a28c10e2aa31e2be7182e5ff0a521901cfe6cc..0d054edb922737d46247908ea33c16e237b94219 100644 (file)
@@ -284,7 +284,8 @@ out:
 static int
 ntfs_3g_extract_unnamed_stream(file_spec_t file,
                               struct wim_lookup_table_entry *lte,
-                              struct apply_ctx *ctx)
+                              struct apply_ctx *ctx,
+                              struct wim_dentry *_ignore)
 {
        return ntfs_3g_extract_stream(file, NULL, 0, lte, ctx);
 }