aboutsummaryrefslogtreecommitdiffstats
path: root/z01.c
diff options
context:
space:
mode:
Diffstat (limited to 'z01.c')
-rw-r--r--z01.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/z01.c b/z01.c
index f18d4ce..d4953b8 100644
--- a/z01.c
+++ b/z01.c
@@ -974,7 +974,8 @@ int main(int argc, char *argv[])
while( run_num <= runs_to_do );
#if LOCALE_ON
- catclose(MsgCat);
+ if (MsgCat != (nl_catd)-1)
+ catclose(MsgCat);
#endif
exit(0);