X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-apply.c;h=35760400bc9530463e0227589071a6667eeb6a66;hp=f794b4a225358ab7796f00e2a030acd7b4dc7b5f;hb=f9695b9f40035f1a20968293255761a8301eaba0;hpb=b7b2a73916876a6d31229c2f64761e870674bd29 diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index f794b4a2..35760400 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -375,7 +375,7 @@ apply_reparse_data(ntfs_inode *ni, struct wim_dentry *dentry, p = put_u16(p, wim_resource_size(lte)); /* ReparseDataLength */ p = put_u16(p, 0); /* Reserved */ - ret = read_full_resource_into_buf(lte, p, false); + ret = read_full_resource_into_buf(lte, p); if (ret) return ret;