Cancellate inclusioni inutili e sistemata indentazione

git-svn-id: svn://10.65.10.50/branches/R_10_00@22775 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2013-01-04 08:11:06 +00:00
parent 72c4598e77
commit 1827e4842c
2 changed files with 1 additions and 6 deletions

View File

@ -1208,7 +1208,7 @@ bool TSocketClient::FtpSendFile(CONNID id, const char* remote, const char* local
ok = FtpSendCommand(conn, "STOR", remote, NULL);
if (!ok)
return false;
return false;
TString16 addr; addr.format("%d.%d.%d.%d", a[0], a[1], a[2], a[3]);
const skstream::service port = skstream::service((a[4] << 8) | a[5]);

View File

@ -9,11 +9,6 @@
#include <array.h>
#endif
#ifndef __INCSTR_H
#include <../xvaga/incstr.h>
#endif
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)