Fixed compiler warnings

This commit is contained in:
2024-07-26 15:48:59 +02:00
parent 7237e900be
commit 7ff054262d
2 changed files with 2 additions and 4 deletions
+1 -1
Submodule mxml updated: 4d4b4cf17b...cfce5afcc9
+1 -3
View File
@@ -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