mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
file: fix compiler warning
follow-up to 46133aa5
This commit is contained in:
parent
e44bfc7664
commit
f9e51fb55d
@ -190,7 +190,7 @@ static CURLcode file_connect(struct connectdata *conn, bool *done)
|
||||
struct FILEPROTO *file = data->req.protop;
|
||||
int fd;
|
||||
#ifdef DOS_FILESYSTEM
|
||||
int i;
|
||||
size_t i;
|
||||
char *actual_path;
|
||||
#endif
|
||||
size_t real_path_len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user