fix in libini._.low.read_value (reported by Insolor)
comments support (lines starting with ';' by default) version bump git-svn-id: svn://kolibrios.org@1048 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -23,6 +23,8 @@ ini.MAX_VALUE_LEN = 4096
|
||||
ini.MEM_SIZE = 4096
|
||||
ini.BLOCK_SIZE = ini.MEM_SIZE / 2
|
||||
|
||||
ini.COMMENT_CHAR = ';'
|
||||
|
||||
struct IniFile
|
||||
fh dd ?
|
||||
buf dd ?
|
||||
|
Reference in New Issue
Block a user