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:
Spoike 2012-01-28 10:30:44 +00:00
parent aa72d14cec
commit 4496bb6ea0
28 changed files with 555 additions and 213 deletions

View file

@ -443,6 +443,8 @@ notimplemented:
{
VFS_CLOSE(cl->file);
cl->file = NULL;
IWebPrintf("Download complete\n");
}
else
cl->outbufferused+=ammount;