X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=d7e56120a6c5d82904fac28881733ec612d499f7;hp=cbac9324a9c7a0e42ae30a478130fb91868dc1ef;hb=6ebff74ad242d4c56fb7762965b19cee14fd2daa;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/pgppubring.c b/pgppubring.c index cbac932..d7e5612 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -773,9 +773,7 @@ static void pgpring_find_candidates (char *ringfile, const char *hints[], FGETPOS (rfp, pos); } - - fclose (rfp); - + m_fclose(&rfp); } static void print_userid (const char *id) @@ -898,13 +896,3 @@ static void pgpring_dump_keyblock (pgp_key_t p) } } } - -/* - * The mutt_gettext () defined in gettext.c requires iconv, - * so we do without charset conversion here. - */ - -char *mutt_gettext (const char *message) -{ - return (char *) message; -}