git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8908ce4
)
ntfs-3g_apply.c: use WIMLIB_ERR_SET_REPARSE_DATA
author
Eric Biggers
<ebiggers3@gmail.com>
Sat, 25 Apr 2015 16:51:03 +0000
(11:51 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sat, 25 Apr 2015 17:39:10 +0000
(12:39 -0500)
src/ntfs-3g_apply.c
patch
|
blob
|
history
diff --git
a/src/ntfs-3g_apply.c
b/src/ntfs-3g_apply.c
index e38ad2885f7883d3d87892c44e120c023e37187c..249de4c644aa047686a5d74341075a7a193abc59 100644
(file)
--- 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;
}
}