X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsymlink.c;h=211073c4d7669eb1cbca4749d22f540a574b5e7f;hp=b0f03f060f35c692b47585609f8e28cc9498b0af;hb=c7af42d3d894338bbd1cb7f4b77948f746485482;hpb=01919fdd57105c0ab91316b79c10e3992e686436 diff --git a/src/symlink.c b/src/symlink.c index b0f03f06..211073c4 100644 --- a/src/symlink.c +++ b/src/symlink.c @@ -167,7 +167,9 @@ static int make_symlink_reparse_data_buf(const char *symlink_target, /* Get the symlink target from a WIM inode. * - * The inode may be either "real" symlink or a junction point. + * The inode may be either a "real" symlink (reparse tag + * WIM_IO_REPARSE_TAG_SYMLINK), or it may be a junction point (reparse tag + * WIM_IO_REPARSE_TAG_MOUNT_POINT). */ ssize_t inode_readlink(const struct wim_inode *inode, char *buf, size_t buf_len, const WIMStruct *w, int read_resource_flags)