From 68fc594247c8c4c596eb11e71691bfeb91877141 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Fri, 14 May 2021 09:19:28 -0400 Subject: [PATCH] GUACAMOLE-1276: Correct file upload offset type. --- src/protocols/rdp/upload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.