aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 7b4e1274ba..40e68b7e72 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -756,13 +756,13 @@ int main(int argc, char **argv) {
return 1;
}
- d = wimaxasncp_dict_scan(dname,fname,1);
+ d = wimaxasncp_dict_scan(dname,fname,1,&dict_error);
- if (dict_error)
- {
- printf("wimaxasncp - %s", dict_error);
- g_free(dict_error);
- }
+ if (dict_error)
+ {
+ printf("wimaxasncp - %s", dict_error);
+ g_free(dict_error);
+ }
wimaxasncp_dict_print(stdout, d);