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:
Mihail Semenyako (mike.dld)
2009-03-08 10:46:47 +00:00
parent 3021284b0a
commit b7c6be3b16
4 changed files with 25 additions and 46 deletions

View File

@@ -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 ?