﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1167	_FTP_ProgressDownload crashes	ProgAndy	Jpm	" _FTP_ProgressDownload crashes with the message ""error allocating memory"". The reason for this is a wrong order of the params in the call for _WinAPI_MakeQWord.
{{{ 	$glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[2], $ai_FTPGetFileSize[0])}}}
It should be changed to this:
{{{	$glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[0], $ai_FTPGetFileSize[2]) }}}"	Bug	closed	3.3.1.4	Standard UDFs	3.3.1.3	Blocking	Fixed		
