mirror of https://github.com/neutrinolabs/xrdp
xrdpapi: cast fix
This commit is contained in:
parent
2ed9994dcc
commit
b7af404030
|
@ -163,7 +163,7 @@ mysend(int sck, const void* adata, int bytes)
|
||||||
int error;
|
int error;
|
||||||
const char* data;
|
const char* data;
|
||||||
|
|
||||||
data = (char*)adata;
|
data = (const char*)adata;
|
||||||
sent = 0;
|
sent = 0;
|
||||||
while (sent < bytes)
|
while (sent < bytes)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue