From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:53:37 +0000 (-0800) Subject: [3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29850) X-Git-Tag: v3.9.10~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40a57532a5ad5dfd81ab6c72c5fb2e2dc4509199;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29850) --- diff --git a/PC/launcher.c b/PC/launcher.c index 106fc660755f..11249d7ec78a 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -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",