X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmbox.c;h=d1b2746265250ec8ad2e27f9b26cd9c975c950f0;hp=14f00a938333f756b57d83f650bb922c14a0a481;hb=3766db5f849cea008b1cd3d532c712aeb17aa062;hpb=66b3c35e0bb00392991ce83bbf44cbab0ce3fd78 diff --git a/lib-mx/mbox.c b/lib-mx/mbox.c index 14f00a9..d1b2746 100644 --- a/lib-mx/mbox.c +++ b/lib-mx/mbox.c @@ -763,7 +763,7 @@ static int mbox_sync_mailbox (CONTEXT * ctx, int unused __attribute__ ((unused)) bail: /* Come here in case of disaster */ - safe_fclose (&fp); + m_fclose(&fp); /* restore offsets, as far as they are valid */ if (first >= 0 && oldOffset) { @@ -1009,7 +1009,7 @@ int mbox_is_magic (const char* path, struct stat* st) { magic = M_MBOX; else if (m_strcmp(MMDF_SEP, tmp) == 0) magic = M_MMDF; - safe_fclose (&f); + m_fclose(&f); /* need to restore the times here, the file was not really accessed, * only the type was accessed. This is important, because detection