typo fix
This commit is contained in:
parent
995c0de9c8
commit
4d47c626bc
@ -811,7 +811,7 @@ SSIZE_T transport_parse_pdu(rdpTransport* transport, wStream* s, BOOL* incomplet
|
||||
return -1;
|
||||
|
||||
if (incomplete)
|
||||
*incomplete = position >= pduLength;
|
||||
*incomplete = position < pduLength;
|
||||
|
||||
return pduLength;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user