]> git.tdb.fi Git - ext/subsurface.git/commit
Fix the Windows preferences support
authorDirk Hohndel <dirk@hohndel.org>
Sat, 26 Nov 2011 03:48:53 +0000 (19:48 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 26 Nov 2011 03:48:53 +0000 (19:48 -0800)
commitd2654d4951a01efd36f4189aeb02a791f20fa94d
treef79c0026261e0f17f6723c0d165a326e131fbdba
parenta9d1f318b5d1974b882b0cebc9db291f5c0d1c62
Fix the Windows preferences support

Now that I can test Windows binaries again, the bugs were rather easy to
spot. Because of the different flow of the opening, writing and closing of
the registry key my first attempt got things wrong - we simply always
create the key with all access rights; if it exists Windows will just open
it for us. The second bug was a cut'n'paste error.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
windows.c