diff options
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r-- | libsylph/procmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h index 32172142..c349d7b5 100644 --- a/libsylph/procmsg.h +++ b/libsylph/procmsg.h @@ -169,7 +169,7 @@ struct _MsgFlags struct _MsgInfo { guint msgnum; - off_t size; + gsize size; time_t mtime; time_t date_t; |