showlog: Get rid of EVT_INITIAL
commit3f9e6b2d1e6b58172af09d965d76a25700cceddc
authorAndreas Ericsson <ae@op5.se>
Tue, 24 Aug 2010 13:56:36 +0000 (24 15:56 +0200)
committerAndreas Ericsson <ae@op5.se>
Tue, 24 Aug 2010 13:56:36 +0000 (24 15:56 +0200)
tree23571271a5a90430a0b35d066fad486b9ea4022a
parent2afcc3efcfb4c360de5f0229e8fa780d286570bb
showlog: Get rid of EVT_INITIAL

We neg-AND'ed it out in every place where it should have been used
anyway, so what's left is checking for EVT_STATE, which was already
set for all events which had the EVT_INITIAL flag too.

This simplifies the code somewhat, and is part of the solution for
issue #3463.

Signed-off-by: Andreas Ericsson <ae@op5.se>
showlog.c