mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
rdpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu
This commit is contained in:
@@ -1165,8 +1165,7 @@ static UINT rdpgfx_recv_cache_import_offer_pdu(RdpgfxServerContext* context,
|
||||
{
|
||||
cacheEntries = &(pdu.cacheEntries[index]);
|
||||
Stream_Read_UINT64(s, cacheEntries->cacheKey); /* cacheKey (8 bytes) */
|
||||
/* bitmapLength (4 bytes) */
|
||||
Stream_Read_UINT32(s, cacheEntries->bitmapLength);
|
||||
Stream_Read_UINT32(s, cacheEntries->bitmapLength); /* bitmapLength (4 bytes) */
|
||||
}
|
||||
|
||||
if (context)
|
||||
|
||||
Reference in New Issue
Block a user