mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-01 05:00:46 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5042 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f71f6260b1
commit
36c0c3302f
1 changed files with 2 additions and 0 deletions
|
@ -1455,7 +1455,9 @@ struct dl_download *DL_Create(const char *url)
|
|||
strcpy(newdl->url, url);
|
||||
newdl->poll = DL_Decide;
|
||||
newdl->sizelimit = 0x80000000u; //some sanity limit.
|
||||
#if !defined(NPFTE) && !defined(SERVERONLY)
|
||||
newdl->qdownload.method = DL_HTTP;
|
||||
#endif
|
||||
|
||||
if (!newdl->poll(newdl))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue