GUACAMOLE-1276: Correct file upload offset type.
This commit is contained in:
parent
a6a7e8ac26
commit
68fc594247
@ -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