Skip to content

Commit

Permalink
[3.10] bpo-44391: Remove unused argument from a varargs call. (python…
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington committed Nov 29, 2021
1 parent efe2a23 commit af39cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits,
}
else if (attrs & FILE_ATTRIBUTE_DIRECTORY) {
debug(L"locate_pythons_for_key: '%ls' is a directory\n",
ip->executable, attrs);
ip->executable);
}
else if (find_existing_python(ip->executable)) {
debug(L"locate_pythons_for_key: %ls: already found\n",
Expand Down

0 comments on commit af39cfa

Please sign in to comment.