We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c18ece + 9af59f5 commit 1576973Copy full SHA for 1576973
src/win32/w32_util.h
@@ -174,7 +174,7 @@ GIT_INLINE(int) git_win32__file_attribute_to_stat(
174
/* st_size gets the UTF-8 length of the target name, in bytes,
175
* not counting the NULL terminator */
176
if ((st->st_size = git__utf16_to_8(NULL, 0, target)) < 0) {
177
- giterr_set(GITERR_OS, "Could not convert reparse point name for '%s'", path);
+ giterr_set(GITERR_OS, "Could not convert reparse point name for '%ls'", path);
178
return -1;
179
}
180
0 commit comments