GUACAMOLE-1276: Merge correction for 32-bit truncation regression affecting RDP uploads.
This commit is contained in:
commit
df25aa9fdc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user