safe_fclose -> m_fclose, and is now inlined.
[apps/madmutt.git] / pop / pop.c
index be2d105..713743f 100644 (file)
--- a/pop/pop.c
+++ b/pop/pop.c
@@ -362,7 +362,7 @@ int pop_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno)
     if (ret == PQ_OK)
       break;
 
-    safe_fclose (&msg->fp);
+    m_fclose(&msg->fp);
     unlink (path);
 
     if (ret == PQ_ERR) {