]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_apply.c
Win32 apply: Delay setting FILE_ATTRIBUTE_READONLY
[wimlib] / src / ntfs-3g_apply.c
index 2b0eff92514352f84732ea0c590ece2743490f7b..a1c6775136b3de0faee2383e273ce40bbbc50b68 100644 (file)
@@ -299,7 +299,7 @@ ntfs_3g_extract_named_stream(file_spec_t file, const utf16lechar *stream_name,
 
 static int
 ntfs_3g_set_file_attributes(const char *path, u32 attributes,
-                           struct apply_ctx *ctx)
+                           struct apply_ctx *ctx, unsigned pass)
 {
        ntfs_inode *ni;
        int ret = 0;