Skip to content

Commit d9c437e

Browse files
committed
squash! Win32: symlink: add support for symlinks to directories
6bd9c8e (Win32: symlink: add support for symlinks to directories, 2015-05-24) uses %S which is not supported by ISO; use %ls instead. Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]>
1 parent 9887942 commit d9c437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static const wchar_t *make_relative_to(const wchar_t *path,
333333

334334
len = wcslen(path);
335335
if (i + len + 1 > size) {
336-
error("Could not make '%S' relative to '%S' (too large)",
336+
error("Could not make '%ls' relative to '%ls' (too large)",
337337
path, relative_to);
338338
return NULL;
339339
}

0 commit comments

Comments
 (0)