safe_close() did not return output flag.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-02-02 23:43:21 +01:00
parent 974ba01d5c
commit ca845a76e8

View file

@ -2571,6 +2571,7 @@ safe_close(int f)
ecl_disable_interrupts_env(the_env);
output = close(f);
ecl_enable_interrupts_env(the_env);
return output;
}
static FILE *