Fixed compiler warning
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user