Fixed compiler warning

This commit is contained in:
2015-03-25 10:15:32 +01:00
parent 945cd7a80a
commit e089c20ce8
+1 -1
View File
@@ -9411,7 +9411,7 @@ int check_drafts(LOGBOOK * lbs)
{
time_t now;
char draft[256], title[256], datetime[256];
int i, n_draft, *draft_id;
int i, n_draft, *draft_id = NULL;
/* if we got here already and user clicked "Create new entry", ignore is set and we skip this */
if (isparam("ignore"))