Fixed compiler warnings #5210
This commit is contained in:
parent
70805402be
commit
03ec36440d
@ -1023,7 +1023,7 @@ static BOOL TsProxyReadPacketSTringMessage(rdpTsg* tsg, wStream* s, TSG_PACKET_S
|
|||||||
if (Stream_GetRemainingLength(s) < msg->msgBytes)
|
if (Stream_GetRemainingLength(s) < msg->msgBytes)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
msg->msgBuffer = Stream_Pointer(s);
|
msg->msgBuffer = (WCHAR*)Stream_Pointer(s);
|
||||||
Stream_Seek(s, msg->msgBytes);
|
Stream_Seek(s, msg->msgBytes);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user