diff options
Diffstat (limited to 'lib/parse_ini.c')
-rw-r--r-- | lib/parse_ini.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index aaba03e..d5661c9 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
@@ -34,8 +34,8 @@ | |||
34 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |
35 | #include <unistd.h> | 35 | #include <unistd.h> |
36 | 36 | ||
37 | /* FIXME: N::P dies if section is not found */ | 37 | /* TODO: die like N::P if section is not found */ |
38 | /* FIXME: N::P dies if config file is not found */ | 38 | /* TODO: die like N::P if config file is not found */ |
39 | 39 | ||
40 | /* np_ini_info contains the result of parsing a "locator" in the format | 40 | /* np_ini_info contains the result of parsing a "locator" in the format |
41 | * [stanza_name][@config_filename] (check_foo@/etc/foo.ini, for example) | 41 | * [stanza_name][@config_filename] (check_foo@/etc/foo.ini, for example) |