mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warnings
This commit is contained in:
parent
7237e900be
commit
7ff054262d
2
mxml
2
mxml
@ -1 +1 @@
|
||||
Subproject commit 4d4b4cf17bec323a76b8a87605efec6a4822bebf
|
||||
Subproject commit cfce5afcc904f40aa7e8818bb3bfbab2a4c7bfb0
|
||||
@ -4448,11 +4448,9 @@ int el_retrieve(LOGBOOK *lbs, int message_id, char *date, char attr_list[MAX_N_A
|
||||
if (attachment) {
|
||||
/* break apart attachments */
|
||||
for (i = 0; i < MAX_ATTACHMENTS; i++)
|
||||
if (attachment[i] != NULL)
|
||||
attachment[i][0] = 0;
|
||||
attachment[i][0] = 0;
|
||||
|
||||
for (i = 0; i < MAX_ATTACHMENTS; i++) {
|
||||
attachment[i][0] = 0;
|
||||
if (i == 0)
|
||||
p = strtok(attachment_all, ",");
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user