diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1094,7 +1094,7 @@ static int push_link_target(lua_State * L) | |||
| 1094 | if (tsize < size) { | 1094 | if (tsize < size) { |
| 1095 | #ifdef _WIN32 | 1095 | #ifdef _WIN32 |
| 1096 | if (tsize > 4 && strncmp(target, "\\\\?\\", 4) == 0) { | 1096 | if (tsize > 4 && strncmp(target, "\\\\?\\", 4) == 0) { |
| 1097 | memmove_s(target, tsize - 3, target + 4, tsize - 3); | 1097 | memmove(target, target + 4, tsize - 3); |
| 1098 | tsize -= 4; | 1098 | tsize -= 4; |
| 1099 | } | 1099 | } |
| 1100 | #endif | 1100 | #endif |
