GUACAMOLE-1276: Merge correction for 32-bit truncation regression affecting RDP uploads.

This commit is contained in:
Mike Jumper 2021-05-14 10:51:13 -07:00 committed by GitHub
commit df25aa9fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ typedef struct guac_rdp_upload_status {
* The overall offset within the file that the next write should
* occur at.
*/
int offset;
uint64_t offset;
/**
* The ID of the file being written to.