X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Freparse.c;h=da8642f8561fd74696726a11e583eedeb3c9f219;hb=3a803d0087d51ea3caa80378bbae615fa45537c5;hp=f96fd49b7af592b63b3d6dd8f0b020a722489a3d;hpb=d1dd8bba3c12104e730ea1b2989ecbd6156658c5;p=wimlib diff --git a/src/reparse.c b/src/reparse.c index f96fd49b..da8642f8 100644 --- a/src/reparse.c +++ b/src/reparse.c @@ -252,7 +252,7 @@ wim_inode_readlink(const struct wim_inode *inode, char *buf, size_t bufsize, if (parse_link_reparse_point(&rpbuf, rpbuflen, &link)) return -EINVAL; - /* Translate the substitute name to the current multibyte encoding. */ + /* Translate the substitute name to a multibyte string. */ if (utf16le_to_tstr(link.substitute_name, link.substitute_name_nbytes, &target_buffer, &target_len)) return -errno;