diff --git a/src/protocols/rdp/upload.h b/src/protocols/rdp/upload.h index 254538f6..2e8e47b4 100644 --- a/src/protocols/rdp/upload.h +++ b/src/protocols/rdp/upload.h @@ -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.