]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix a double error handling goof in the winstore side of the jump list
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:11:58 +0000 (07:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:11:58 +0000 (07:11 +0000)
commit39cd61197d376a358fe962242c96be4bba8ad5b6
treec6afaea095d67c393113fba5a6a8a145bbda5f4b
parent2371f4733afcf17f2237a3d4303c7244bc6b53ed
Fix a double error handling goof in the winstore side of the jump list
support: transform_jumplist_registry should give its caller
dynamically allocated data if and only if it returns JUMPLISTREG_OK,
and get_jumplist_registry_entries should test the return value against
JUMPLISTREG_OK rather than a value from a totally different enum.

git-svn-id: http://svn.tartarus.org/sgt/putty@9960 cda61777-01e9-0310-a592-d414129be87e
windows/winstore.c