Fixed accounting for zero terminator in long path limitation

closes #4259
pull/4267/head
Taloth Saldono 4 years ago
parent e704ee617f
commit 6c17b4bb86

@ -36,7 +36,7 @@ namespace NzbDrone.Common.Disk
} }
catch catch
{ {
MAX_PATH = 260; MAX_PATH = 260 - 1;
} }
} }
} }

Loading…
Cancel
Save