From a910fa750e43f3643f877abcc5f11d0c51bfd956 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 25 Apr 2015 11:51:03 -0500 Subject: [PATCH 1/1] ntfs-3g_apply.c: use WIMLIB_ERR_SET_REPARSE_DATA --- src/ntfs-3g_apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index e38ad288..249de4c6 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -873,7 +873,7 @@ ntfs_3g_end_extract_blob(struct blob_descriptor *blob, int status, void *_ctx) "data on \"%s\"", dentry_full_path( inode_first_extraction_dentry(inode))); - ret = WIMLIB_ERR_NTFS_3G; + ret = WIMLIB_ERR_SET_REPARSE_DATA; goto out; } } -- 2.43.0