We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915c2bc commit 4a158e7Copy full SHA for 4a158e7
compat/mingw.c
@@ -2823,7 +2823,7 @@ int symlink(const char *target, const char *link)
2823
return -1;
2824
}
2825
2826
- /* over-allocate and fill phantom_smlink_info structure */
+ /* over-allocate and fill phantom_symlink_info structure */
2827
psi = xmalloc(sizeof(struct phantom_symlink_info)
2828
+ sizeof(wchar_t) * (len + wcslen(wtarget) + 2));
2829
psi->wlink = (wchar_t *)(psi + 1);
0 commit comments