Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Use DWORD as length argument for RegQueryValueEx.
Browse files Browse the repository at this point in the history
  • Loading branch information
codesquid authored and sgtatham committed Aug 15, 2015
1 parent 44c107d commit 636f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/winstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 636f9cf

Please sign in to comment.