mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fix integer narrowing
This commit is contained in:
@@ -335,7 +335,7 @@ static int stream_dump_replay_transport_read(rdpTransport* transport, wStream* s
|
||||
rdpContext* ctx = transport_get_context(transport);
|
||||
|
||||
size_t size = 0;
|
||||
time_t slp = 0;
|
||||
UINT64 slp = 0;
|
||||
UINT64 ts = 0;
|
||||
UINT32 flags = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user