projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a04579
)
cfparser: sync with load_file() change
author
Marko Kreen
<markokr@gmail.com>
Fri, 19 Mar 2010 13:39:14 +0000
(15:39 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 19 Mar 2010 13:39:14 +0000
(15:39 +0200)
usual/cfparser.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/cfparser.c
b/usual/cfparser.c
index 0dbfc520cf441a36a8ac2c46acfbee2df4d180bc..480686ce13c050162edb3522bd3cf87df0ca29f8 100644
(file)
--- 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;