mirror of
https://github.com/curl/curl.git
synced 2026-08-03 21:20:29 +03:00
sockfilt.c: keep lines shorter than 80 chars
This commit is contained in:
parent
f4646b9069
commit
234abd9013
1 changed files with 2 additions and 1 deletions
|
|
@ -558,7 +558,8 @@ static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter)
|
|||
size.HighPart = length;
|
||||
/* get the current position within the file */
|
||||
pos.QuadPart = 0;
|
||||
pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart, FILE_CURRENT);
|
||||
pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart,
|
||||
FILE_CURRENT);
|
||||
if((pos.LowPart != INVALID_SET_FILE_POINTER) ||
|
||||
(GetLastError() == NO_ERROR)) {
|
||||
/* compare position with size, abort if not equal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue