X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-3g_capture.c;h=1745cbd1f6dff8308bb5759d77d2a70234b6931d;hp=bc8fed710cb898b303b5cbd4e3d9ac6eafcf4e15;hb=01ce2d43d6ba9721bf46c3e132c4be394ef3f0f9;hpb=f572d61bbd0e33de6b8c540f3b5e89f673cbbfbe diff --git a/src/ntfs-3g_capture.c b/src/ntfs-3g_capture.c index bc8fed71..1745cbd1 100644 --- a/src/ntfs-3g_capture.c +++ b/src/ntfs-3g_capture.c @@ -117,7 +117,8 @@ open_ntfs_attr(ntfs_inode *ni, const struct ntfs_location *loc) int read_ntfs_attribute_prefix(const struct blob_descriptor *blob, u64 size, - const struct consume_chunk_callback *cb) + const struct consume_chunk_callback *cb, + bool recover_data) { const struct ntfs_location *loc = blob->ntfs_loc; ntfs_volume *vol = loc->volume->vol;