From 83a03d5fbf7cfca2eb79900a7766b231b24ddbe2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 2 Dec 2009 09:55:57 -0600 Subject: Fix: Store refs as 16 bits, not 8 Refs are handled as 16 bits properly everywhere, yet are stored as 8 bits in the assembly. --- src/smsutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smsutil.h') 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]; -- cgit v1.2.3