http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From sick_soul@yahoo.it 2007-27-05 21:20 ------- Created an attachment (id=6495) --> (http://bugs.winehq.org/attachment.cgi?id=6495&action=view) the latest version of the patch with tests
here. I added two values, and moved the unnamed section test first, as the unnamed section, if present, must be first. Sorry about the confusion, but this is tricky.
Again, if you want to disable the unnamed section test, and only test empty key names, comment these lines (262,263):
{ "", "key1", "1", TESTFILE, "", "1", 1 }, { "", "key2", "1", TESTFILE, "", "1", 1 },
Crossing fingers :)