diff options
Diffstat (limited to 'src/ftpthread.cpp')
| -rw-r--r-- | src/ftpthread.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ftpthread.cpp b/src/ftpthread.cpp index dda0463..17a0f1f 100644 --- a/src/ftpthread.cpp +++ b/src/ftpthread.cpp @@ -1094,8 +1094,8 @@ void FtpThread::Event(EventHandler::EventType type, void *data)  bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable)  { -	int i, blocks, space, month_int = 1; -	unsigned int loc, fileloc, datebegin, sizebegin = 0; +	int i, blocks, space, month_int = 1, loc; +	unsigned int fileloc, datebegin, sizebegin = 0;  	string buffer, filestring;  	FILE* dirfile; | 
