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:
8c2fbf8
)
win32_capture_try_rpfix(): Warn on excluded reparse points
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 28 Apr 2013 22:11:13 +0000
(17:11 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 28 Apr 2013 22:11:13 +0000
(17:11 -0500)
src/wim.c
patch
|
blob
|
history
diff --git
a/src/wim.c
b/src/wim.c
index a25758110d80bf25d29ca9f07ef6602bbb710194..592cc440aba90c0e5a25b7c5b5d7148f3298edeb 100644
(file)
--- a/
src/wim.c
+++ b/
src/wim.c
@@
-294,6
+294,8
@@
wimlib_print_wim_information(const WIMStruct *w)
wim_info_get_total_bytes(w->wim_info));
tprintf(T("Integrity Info: %"TS"\n"),
(w->hdr.integrity.offset != 0) ? T("yes") : T("no"));
+ tprintf(T("Relative path junction: %"TS"\n"),
+ (hdr->flags & WIM_HDR_FLAG_RP_FIX) ? T("yes") : T("no"));
tputchar(T('\n'));
}