Merge pull request #6657 from sss123next/external_io_api_fixes
typo fix
This commit is contained in:
commit
7eb3ff518a
@ -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…
Reference in New Issue
Block a user