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:
parent
72c4598e77
commit
1827e4842c
@ -1208,7 +1208,7 @@ bool TSocketClient::FtpSendFile(CONNID id, const char* remote, const char* local
|
|||||||
|
|
||||||
ok = FtpSendCommand(conn, "STOR", remote, NULL);
|
ok = FtpSendCommand(conn, "STOR", remote, NULL);
|
||||||
if (!ok)
|
if (!ok)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
TString16 addr; addr.format("%d.%d.%d.%d", a[0], a[1], a[2], a[3]);
|
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]);
|
const skstream::service port = skstream::service((a[4] << 8) | a[5]);
|
||||||
|
@ -9,11 +9,6 @@
|
|||||||
#include <array.h>
|
#include <array.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef __INCSTR_H
|
|
||||||
#include <../xvaga/incstr.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define STRINGIFY(x) #x
|
#define STRINGIFY(x) #x
|
||||||
#define TOSTRING(x) STRINGIFY(x)
|
#define TOSTRING(x) STRINGIFY(x)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user