X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsymlink.c;h=dc5af4c6e4bf88fb8eaba1d6beb61920112557f7;hp=03f78370bb7442bb56f95c20cf79813eb25996a7;hb=7c08b0b067f48e80226e6b5466fd95feb43139e6;hpb=b1c4e6a269ae4c969060e33685db12f76a204a58 diff --git a/src/symlink.c b/src/symlink.c index 03f78370..dc5af4c6 100644 --- a/src/symlink.c +++ b/src/symlink.c @@ -145,8 +145,10 @@ out: return buf; } -/* Get the symlink target from a dentry that's already checked to be either a - * "real" symlink or a junction point. */ +/* Get the symlink target from a dentry. + * + * The dentry may be either "real" symlink or a junction point. + */ ssize_t dentry_readlink(const struct dentry *dentry, char *buf, size_t buf_len, const WIMStruct *w) {