Fixed settings lookup if the section/key contains dots, second try

This commit is contained in:
Martin Willi
2010-08-09 14:30:16 +02:00
parent 3810afa9f9
commit 478eb66030
2 changed files with 110 additions and 23 deletions
+4 -1
View File
@@ -49,8 +49,11 @@ typedef struct settings_t settings_t;
}
@endcode
*
* The values are accesses using the get() functions using dotted keys, e.g.
* The values are accessed using the get() functions using dotted keys, e.g.
* section-one.subsection.othervalue
*
* Currently only a limited set of printf format specifiers are supported
* (namely %s, %d and %N, see implementation for details).
*/
struct settings_t {