mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
drdynvc: fix an incorrect length indicator.
This commit is contained in:
@@ -300,7 +300,7 @@ static int wts_write_variable_uint(wStream* stream, UINT32 val)
|
||||
}
|
||||
else
|
||||
{
|
||||
cb = 3;
|
||||
cb = 2;
|
||||
Stream_Write_UINT32(stream, val);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user