From 22022e6df3552373a6b34d414b24d74bbbddff67 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 9 Jun 2015 16:44:45 +0200 Subject: [PATCH] Fixed compiler warning --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {