mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
another typecast added to please the borland compiler
This commit is contained in:
parent
ffe5c46224
commit
f70acd5979
@ -1094,7 +1094,7 @@ CURLcode Curl_telnet(struct connectdata *conn)
|
||||
ssize_t bytes_written;
|
||||
char *buffer = buf;
|
||||
|
||||
if(!ReadFile(stdin_handle, buf, 255, &nread, NULL)) {
|
||||
if(!ReadFile(stdin_handle, buf, 255, (LPDWORD)&nread, NULL)) {
|
||||
keepon = FALSE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user