aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-17 05:52:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-17 05:52:51 +0000
commite9d236ec0b6febd2b65494dce4d29ce01b62c26e (patch)
treea5919f5e774d11c80a27883048c2fbf282937c9c /color_filters.c
parente0341f776c6d5d540013175e79b0000aa480b54d (diff)
Backing out r50690 (exept simple_dialog)
struct FILE is different on windows vs *nix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8942 svn path=/trunk/; revision=50691
Diffstat (limited to 'color_filters.c')
-rw-r--r--color_filters.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/color_filters.c b/color_filters.c
index ae894363d3..b960be5b38 100644
--- a/color_filters.c
+++ b/color_filters.c
@@ -570,10 +570,8 @@ read_filters_file(FILE *f, gpointer user_data)
dfilter_t *temp_dfilter;
if (!dfilter_compile(filter_exp, &temp_dfilter)) {
- g_warning("Could not compile \"%s\" in colorfilters file.\n%s",
+ g_warning("Could not compile color filter \"%s\" from saved filters: %s",
name, dfilter_error_msg);
- prefs.unknown_colorfilters = TRUE;
-
skip_end_of_line = TRUE;
continue;
}