GUACAMOLE-1276: Correct file upload offset type.

This commit is contained in:
Virtually Nick 2021-05-14 09:19:28 -04:00
parent a6a7e8ac26
commit 68fc594247

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.