Fixed compiler warning

This commit is contained in:
2015-06-09 16:44:45 +02:00
parent fc1da15670
commit 22022e6df3
+1 -1
View File
@@ -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) {