libacfutils icon indicating copy to clipboard operation
libacfutils copied to clipboard

conf.c: conf_write() returns FALSE if conf_write_impl() returns 0 which is a successful value

Open olivierbutler opened this issue 1 year ago • 0 comments

Proposal below :

bool_t conf_write(const conf_t *conf, FILE *fp) { return (conf_write_impl(conf, fp, 0, B_FALSE, B_FALSE) >= 0); }

olivierbutler avatar Dec 30 '23 15:12 olivierbutler