Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

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

@olivierbutler

Description

@olivierbutler

Proposal below :

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions