summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-25 23:47:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-25 23:47:56 +0300
commitea88e2c53d3ac0840955eb703213ca1430bb4361 (patch)
tree658c2290a12888922c9729a623d5d34e750bd626 /protocols/JabberG/src/stdafx.h
parent45bf5f51cc788cb8f19e1b8fcd5b8818dc7a2e00 (diff)
PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-xprotocols/JabberG/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index 1700c5f231..40b4963de4 100755
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -462,7 +462,7 @@ struct filetransfer
// Used by file receiving only
char* httpHostName;
WORD httpPort;
- wchar_t *httpPath;
+ char* httpPath;
unsigned __int64 dwExpectedRecvFileSize;
// Used by file sending only