Commit ef6de655 authored by Nils Goroll's avatar Nils Goroll

output the right id

parent 16acfa62
...@@ -35,7 +35,7 @@ main (void) { ...@@ -35,7 +35,7 @@ main (void) {
e = dcs_match(line); e = dcs_match(line);
t = dcs_match_type_id(e); t = dcs_match_type_id(e);
printf("--\n%sentry id %d type %d - %s - %s\n", line, printf("--\n%sentry id %d type %d - %s - %s\n", line,
e, t, dcs_type_mtd(t), dcs_type_name(t)); dcs_match_id(e), t, dcs_type_mtd(t), dcs_type_name(t));
} }
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment