Fixed compiler warnings
This commit is contained in:
+1
-1
Submodule mxml updated: 4d4b4cf17b...cfce5afcc9
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user