mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Use DWORD as length argument for RegQueryValueEx.
This commit is contained in:
parent
44c107d56a
commit
636f9cf2ee
@ -657,7 +657,7 @@ static int transform_jumplist_registry
|
||||
int ret;
|
||||
HKEY pjumplist_key, psettings_tmp;
|
||||
DWORD type;
|
||||
int value_length;
|
||||
DWORD value_length;
|
||||
char *old_value, *new_value;
|
||||
char *piterator_old, *piterator_new, *piterator_tmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user