From: Marko Kreen Date: Fri, 19 Mar 2010 13:39:14 +0000 (+0200) Subject: cfparser: sync with load_file() change X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4baf7e553a40db718102b9cd955dd9efcc00eac0;p=libusual.git cfparser: sync with load_file() change --- diff --git a/usual/cfparser.c b/usual/cfparser.c index 0dbfc52..480686c 100644 --- a/usual/cfparser.c +++ b/usual/cfparser.c @@ -47,7 +47,7 @@ bool parse_ini_file(const char *fn, cf_handler_f user_handler, void *arg) char o1, o2; bool ok; - buf = load_file(fn); + buf = load_file(fn, NULL); if (buf == NULL) return false;