Fix a double error handling goof in the winstore side of the jump list
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 22 Jul 2013 07:11:58 +0000 (07:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 22 Jul 2013 07:11:58 +0000 (07:11 +0000)
commite5fdea4638104829c0ff7bc0cecf284b4e140832
treec6afaea095d67c393113fba5a6a8a145bbda5f4b
parent0c33d3a6483e2493a29d662afc79a8c86dc6dfc5
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: svn://svn.tartarus.org/sgt/putty@9960 cda61777-01e9-0310-a592-d414129be87e
windows/winstore.c