aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-13 06:22:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-13 06:22:56 +0000
commit5cd5edc8ae1078e7db962ee823b8905332ae688a (patch)
treee8dc680ee9aaf1cfd8224b18d54242bb6916b8b9 /gtk
parentd9df8397f459ab5f9f232afe365c56aebda30ada (diff)
From Edward Sheldrake:
Wireshark crashes if you open the file import dialog and choose something from the "Encapsulation type" list. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6729 svn path=/trunk/; revision=40448
Diffstat (limited to 'gtk')
-rw-r--r--gtk/file_import_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/file_import_dlg.c b/gtk/file_import_dlg.c
index 5ee9f3f737..1d7535d81c 100644
--- a/gtk/file_import_dlg.c
+++ b/gtk/file_import_dlg.c
@@ -203,7 +203,7 @@ encap_co_changed(GtkComboBox *widget, gpointer data)
if (result)
{
- guint8 encap;
+ guint encap;
GtkTreeModel *model = gtk_combo_box_get_model(widget);
gtk_tree_model_get(model, &iter, 1, &encap, -1);