diff --git a/src/elogd.c b/src/elogd.c index 95ef883a..00e257aa 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -21420,7 +21420,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa break; /* skip drafts */ - if (draft && draft[0]) + if (draft[0]) continue; if (csv) {