/*
- * 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
FGETPOS(rfp,pos);
}
- fclose (rfp);
+ safe_fclose (&rfp);
}