Removed limit on strcat builtin's length.
Fixed issues with DP7 protocol. Fixed .fatness. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3965 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
aa72d14cec
commit
4496bb6ea0
28 changed files with 555 additions and 213 deletions
|
@ -443,6 +443,8 @@ notimplemented:
|
|||
{
|
||||
VFS_CLOSE(cl->file);
|
||||
cl->file = NULL;
|
||||
|
||||
IWebPrintf("Download complete\n");
|
||||
}
|
||||
else
|
||||
cl->outbufferused+=ammount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue