git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d65879d
)
ntfs-3g_capture.c: Fix erroneous replacement
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 29 Dec 2013 01:38:06 +0000
(19:38 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 29 Dec 2013 01:38:06 +0000
(19:38 -0600)
src/ntfs-3g_capture.c
patch
|
blob
|
history
diff --git
a/src/ntfs-3g_capture.c
b/src/ntfs-3g_capture.c
index c26ca605382d86c970d5ce9cb4f226795b84e862..92f3b7e1eb72b240921d81ac7ccde8d5dce86f4f 100644
(file)
--- a/
src/ntfs-3g_capture.c
+++ b/
src/ntfs-3g_capture.c
@@
-183,7
+183,7
@@
capture_ntfs_streams(struct wim_inode *inode,
/* Capture each data stream or reparse data stream. */
while (!ntfs_attr_lookup(type, NULL, 0,
/* Capture each data stream or reparse data stream. */
while (!ntfs_attr_lookup(type, NULL, 0,
-
WIMLIB_
CASE_SENSITIVE, 0, NULL, 0, actx))
+ CASE_SENSITIVE, 0, NULL, 0, actx))
{
u64 data_size = ntfs_get_attribute_value_length(actx->attr);
u64 name_length = actx->attr->name_length;
{
u64 data_size = ntfs_get_attribute_value_length(actx->attr);
u64 name_length = actx->attr->name_length;