diff options
Diffstat (limited to 'daemon/ParseFTPList.c')
-rw-r--r-- | daemon/ParseFTPList.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ParseFTPList.c b/daemon/ParseFTPList.c index 991e8d2b..829acbd0 100644 --- a/daemon/ParseFTPList.c +++ b/daemon/ParseFTPList.c @@ -1067,12 +1067,12 @@ int ParseFTPList(const char *line, struct list_state *state, ) ) { + unsigned int i; lstyle = 'U'; /* assume /bin/ls or variant format */ tokmarker = pos; /* check that size is numeric */ p = tokens[tokmarker]; - unsigned int i; for (i = 0; i < toklen[tokmarker]; i++) { if (!isdigit(*p++)) |