mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
This commit is contained in:
parent
fc1da15670
commit
22022e6df3
@ -21420,7 +21420,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* skip drafts */
|
/* skip drafts */
|
||||||
if (draft && draft[0])
|
if (draft[0])
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (csv) {
|
if (csv) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user