mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 2328
This commit is contained in:
parent
e5fa0cd237
commit
3c1be6acb7
@ -22667,7 +22667,7 @@ void submit_elog(LOGBOOK * lbs)
|
||||
}
|
||||
|
||||
if (getcfg(lbs->name, "List after submit", str, sizeof(str)) && atoi(str) == 1)
|
||||
sprintf(str, "");
|
||||
str[0] = 0;
|
||||
else
|
||||
sprintf(str, "%d%s", message_id, mail_param);
|
||||
redirect(lbs, str);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user