]> wimlib.net Git - wimlib/blobdiff - src/symlink.c
More accurate timestamps
[wimlib] / src / symlink.c
index 03f78370bb7442bb56f95c20cf79813eb25996a7..dc5af4c6e4bf88fb8eaba1d6beb61920112557f7 100644 (file)
@@ -145,8 +145,10 @@ out:
        return buf;
 }
 
        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)
 {
 ssize_t dentry_readlink(const struct dentry *dentry, char *buf, size_t buf_len,
                        const WIMStruct *w)
 {