[Bug 17917] New *.ini files contain spurious [] lines

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 1 11:08:08 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17917


Jörg Höhle <hoehle at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |truiken at gmail.com
          Component|-unknown                    |kernel32




--- Comment #3 from Jörg Höhle <hoehle at users.sourceforge.net>  2009-04-01 11:08:08 ---
7c3529f1cc6a3ce6f0a403c337926c8fc9fbfc57 is first bad commit
Author: James Hawkins <truiken at gmail.com>
Date:   Sun Mar 22 14:37:44 2009 -0700

    kernel32: Handle writing empty sections and keys in
WritePrivateProfileString.

:040000 040000 ceb84e9b2c4d5953beced52f7ba10d0859478210
ebe9b70ade078cd5ad10725329b402386bcfc837 M      dlls
bisect run success

This is the first time I could (partly) use git bisect run <script>,
as the test is easy to automate (unlike failing apps).
If anybody is interested:
#! /bin/sh
#CC="ccache gcc" ./configure || exit 125
CC="ccache gcc" make depend all || exit 125
rm -rf $HOME/.wine
./wine cmd /c echo hello || exit 125
fgrep -q '[]' $HOME/.wine/drive_c/windows/system.ini
test $? -eq 1


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list