aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2017-08-28 00:08:54 +0200
committerGitHub <noreply@github.com>2017-08-28 00:08:54 +0200
commit951f416398b3aa0b32969b4a391a3103443ad99e (patch)
tree6caa61bf549cceb233cfb48fb2d1c596938605a3 /Info.plist
parentadac4aa0f586c7aa2a3c19aa4e687d827dc86195 (diff)
SFileSetFilePointer error when new pointer is <0
The standard behaviour for fseek / SetFilePointer when the new pointed value would be negative is to not move the pointer and return an error. See : https://msdn.microsoft.com/en-us/library/windows/desktop/aa365541(v=vs.85).aspx `If a new file pointer is a negative value, the function fails, the file pointer is not moved, and the code returned by GetLastError is ERROR_NEGATIVE_SEEK.`
Diffstat (limited to 'Info.plist')
0 files changed, 0 insertions, 0 deletions