1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

file: fix compiler warning

follow-up to 46133aa5
This commit is contained in:
Michael Kaufmann 2016-11-01 20:39:13 +01:00
parent e44bfc7664
commit f9e51fb55d

View File

@ -190,7 +190,7 @@ static CURLcode file_connect(struct connectdata *conn, bool *done)
struct FILEPROTO *file = data->req.protop; struct FILEPROTO *file = data->req.protop;
int fd; int fd;
#ifdef DOS_FILESYSTEM #ifdef DOS_FILESYSTEM
int i; size_t i;
char *actual_path; char *actual_path;
#endif #endif
size_t real_path_len; size_t real_path_len;