X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..24d1372aec0208946117089a703451c458a4c09a:/pgppubring.c diff --git a/pgppubring.c b/pgppubring.c index b264580..b85dca0 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2001 Thomas Roessler + * Copyright (C) 1997-2003 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public @@ -815,7 +815,7 @@ static void pgpring_find_candidates (char *ringfile, const char *hints[], int nh FGETPOS(rfp,pos); } - fclose (rfp); + safe_fclose (&rfp); }