aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-22 21:12:16 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-22 21:12:16 +0000
commit5c75ecd4245289be43cdbdae7edd9952a44918d8 (patch)
treed0bf9cee91c729772bf4312a3093ed72a7cd2513
parentac46b9cf5bc6a2ac0717f1bf16d3960dbb745eca (diff)
Continuation of r43338, value stored in record->col_text_len always fit in gushort.
svn path=/trunk/; revision=43919
-rw-r--r--ui/gtk/packet_list_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/packet_list_store.h b/ui/gtk/packet_list_store.h
index 4c5120e3a9..6d01f7f144 100644
--- a/ui/gtk/packet_list_store.h
+++ b/ui/gtk/packet_list_store.h
@@ -61,7 +61,7 @@ struct _PacketListRecord
/** The column text for some columns */
gchar **col_text;
/**< The length of the column text strings in 'col_text' */
- guint *col_text_len;
+ gushort *col_text_len;
frame_data *fdata;