]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitf9f93584c29d9e327985d3c695b87f9b981de7be
treec6afaea095d67c393113fba5a6a8a145bbda5f4b
parentb99bec3b02d79c6902f50cfa616eebaee43536f6
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.

[originally from svn r9960]
windows/winstore.c