Re: [PATCH] gnulib: close file handler before exiting

2024-04-29 Thread Bruno Haible
Hi, > diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c > index 3ebcd83..94c687f 100644 > --- a/lib/gen-uni-tables.c > +++ b/lib/gen-uni-tables.c > @@ -242,6 +242,8 @@ fill_attributes (const char *unicodedata_filename) > { >fprintf (stderr, "missing end range in

[PATCH] gnulib: close file handler before exiting

2024-04-29 Thread zhaoshuang
--- lib/gen-uni-tables.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c index 3ebcd83..94c687f 100644 --- a/lib/gen-uni-tables.c +++ b/lib/gen-uni-tables.c @@ -242,6 +242,8 @@ fill_attributes (const char *unicodedata_filename) {