diff options
-rw-r--r-- | src/smsutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smsutil.h b/src/smsutil.h index 428af91c..858fc84c 100644 --- a/src/smsutil.h +++ b/src/smsutil.h @@ -353,7 +353,7 @@ struct sms_assembly_node { struct sms_address addr; time_t ts; GSList *fragment_list; - guint8 ref; + guint16 ref; guint8 max_fragments; guint8 num_fragments; unsigned int bitmap[8]; |