aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal.c')
-rw-r--r--ethereal.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ethereal.c b/ethereal.c
index 3f6a2f4183..7ec795133e 100644
--- a/ethereal.c
+++ b/ethereal.c
@@ -1,6 +1,6 @@
/* ethereal.c
*
- * $Id: ethereal.c,v 1.48 1999/07/07 22:51:37 gram Exp $
+ * $Id: ethereal.c,v 1.49 1999/07/07 23:54:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -305,7 +305,9 @@ follow_stream_cb( GtkWidget *w, gpointer data ) {
void
match_selected_cb(GtkWidget *w, gpointer data)
{
+#if 0
char *buf = malloc(1024);
+#endif
GtkWidget *filter_te = NULL;
if (w)