]> git.llucax.com Git - software/mutt-debian.git/blobdiff - pgppubring.c
adding a missing bug number
[software/mutt-debian.git] / pgppubring.c
index b264580601ca769b08e815875395e05d01d275b2..b85dca0e5723590c7e9b78a89d7adc21d3347d66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2001 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1997-2003 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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);
 
 }