From c9db676754bfc7aeb2e3f97b2a6036f5a163c7fd Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Sun, 9 Sep 2007 14:38:28 +0000 Subject: [PATCH] Spike, type make in your shell before you commit, please. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2647 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/http/ftpclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/http/ftpclient.c b/engine/http/ftpclient.c index 307d9fce5..046829f3c 100644 --- a/engine/http/ftpclient.c +++ b/engine/http/ftpclient.c @@ -212,6 +212,7 @@ iwboolean FTP_SocketToString (int socket, char *s) iwboolean FTP_ClientConnThink (FTPclientconn_t *con) //true to kill con { + unsigned long _true = true; char *line, *msg; int ret;