X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Ftpath.c;h=f04df3ef37a8dd37c6c942402f52c4e09a22ac98;hb=4b3d1e197d75fcb2607be8d86d244f20c4180000;hp=10087cc8af61d2585bfa94eaf5b3763a67d9740c;hpb=a1743ee8f71f729c1cc264e70d926b0908f77adc;p=yaz-moved-to-github.git diff --git a/util/tpath.c b/util/tpath.c index 10087cc..f04df3e 100644 --- a/util/tpath.c +++ b/util/tpath.c @@ -1,9 +1,9 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: tpath.c,v 1.7 2002-04-05 12:46:07 adam Exp $ + * $Id: tpath.c,v 1.9 2003-01-06 08:20:28 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -23,7 +23,7 @@ FILE *yaz_path_fopen(const char *path, const char *name, const char *mode) int yaz_fclose (FILE *f) { - fclose (f); + return fclose (f); } FILE *yaz_fopen(const char *path, const char *name, const char *mode,