aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index cdd225b5bb..e176822325 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -281,7 +281,7 @@ since_attr since=\042
if (!e) {
temp_str = g_strdup_printf(
- "cannot find entity: '%s'\n", e->name);
+ "cannot find entity: '%s'\n", yytext);
dict_error = g_string_append(dict_error, temp_str);
g_free(temp_str);
yyterminate();