]> wimlib.net Git - wimlib/blobdiff - src/unix_apply.c
win32_capture.c: Fix exclusion when capture path ends in slash
[wimlib] / src / unix_apply.c
index b41c1e2c0ff0d0ffb966317829157ef00688de3f..a683b4da1d2ce194a3f7ccafba96e6377897b7b9 100644 (file)
@@ -561,8 +561,7 @@ retry_create:
 
 /* Called when starting to read a single-instance stream for extraction  */
 static int
-unix_begin_extract_stream(struct wim_lookup_table_entry *stream,
-                         u32 flags, void *_ctx)
+unix_begin_extract_stream(struct wim_lookup_table_entry *stream, void *_ctx)
 {
        struct unix_apply_ctx *ctx = _ctx;
        const struct stream_owner *owners = stream_owners(stream);