Share

Nini

Tracker: Bugs

5 Multiple instance of IniConfigSource will break the file - ID: 1530063
Last Update: Comment added ( bmatzelle )

When opening twice the same file it will break what you
have previously wrote:
so for exemple if you are doing this twice ( but the
second time just add new value don't overwrite):

IniConfigSource test = new IniConfigSource("name of the
file to open");
// write someting into the file
// then :
test.Save();


the second time it will corrupted the previous data.
For me it will change data like that:

from :

CONTENT = data1 "data2"

to

CONTENT = data1


Nicolas ( nicolasl ) - 2006-07-28 00:29

5

Open

None

Brent R. Matzelle

INI

None

Public


Comment ( 1 )




Date: 2007-04-18 02:02
Sender: bmatzelleProject Admin


Thanks!


Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2007-04-18 02:02 bmatzelle