On 8/3/07, James Hawkins truiken@gmail.com wrote:
On 8/3/07, Alexandre Julliard julliard@wine.codeweavers.com wrote:
Module: wine Branch: master Commit: 2d5a89bab087d09f3e3876e29ae32a2e863273fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d5a89bab087d09f3e3876e29a...
Author: Nigel Liang ncliang@gmail.com Date: Thu Aug 2 16:33:24 2007 -0700
winecfg: Read/write registry in unicode.
This patch breaks setting the windows version in winecfg (and I assume everything else that uses the registry):
Ah~ This is because set_reg_key is called with NULL value. Caught this for get_reg_key, but missed set_reg_key. Patch sent to fix this: http://www.winehq.org/pipermail/wine-patches/2007-August/042325.html Thanks for the catch James.
-Nigel