GUACAMOLE-1276: Correct file upload offset type.
diff --git a/src/protocols/rdp/upload.h b/src/protocols/rdp/upload.h
index 254538f..2e8e47b 100644
--- a/src/protocols/rdp/upload.h
+++ b/src/protocols/rdp/upload.h
@@ -37,7 +37,7 @@
      * 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.