Use gsize for file offset.

svn path=/trunk/; revision=33237
This commit is contained in:
Stig Bjørlykke 2010-06-16 17:45:25 +00:00
parent ed71ce4407
commit 111a5963fe

View file

@ -189,7 +189,7 @@ typedef struct _smb_eo_t {
gchar *content_type;
guint32 payload_len;
const guint8 *payload_data;
guint64 smb_file_offset;
gsize smb_file_offset;
guint32 smb_chunk_len;
} smb_eo_t;