X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Freparse.c;h=3b36548c3c63951c858c37970a8dde011a70c13d;hp=286a95a1e9a0d17f774af542445ca870520e9c97;hb=5a08c61d7a83a846813863fcbec4b7d5098a2abf;hpb=1872eb4d81f9f4d9840aaf73b370923361539350;ds=sidebyside diff --git a/src/reparse.c b/src/reparse.c index 286a95a1..3b36548c 100644 --- a/src/reparse.c +++ b/src/reparse.c @@ -422,8 +422,8 @@ wim_inode_set_symlink(struct wim_inode *inode, * ways to provide Windows paths.) * * To change a UNIX relative symbolic link to Windows format, we only - * need to translate it to UTF-16LE and replace backslashes with forward - * slashes. We do not make any attempt to handle filename character + * need to translate it to UTF-16LE and replace forward slashes with + * backslashes. We do not make any attempt to handle filename character * problems, such as a link target that itself contains backslashes on * UNIX. Then, for these relative links, we set the reparse header * @flags field to SYMBOLIC_LINK_RELATIVE.