[warnings] fix integer narrowing

This commit is contained in:
akallabeth 2024-10-03 13:15:24 +02:00
parent eea56dcf60
commit 5e6d0a4183
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -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;