From: Kohei Yoshino Date: Mon, 6 May 2019 17:53:53 +0000 (-0400) Subject: Bug 1549007 - "From Reporter" populates 64-bit Windows 8.1 as x86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7830a30646cc31139b258b180267aa4487cae1c9;p=thirdparty%2Fbugzilla.git Bug 1549007 - "From Reporter" populates 64-bit Windows 8.1 as x86 --- diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index f89014585..53d7747eb 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -27,7 +27,7 @@ use constant PLATFORMS_MAP => ( # AMD64, Intel x86_64 qr/\(.*[ix0-9]86 (?:on |\()x86_64.*\)/ => ["IA32", "x86", "PC"], qr/\(.*amd64.*\)/ => ["AMD64", "x86_64", "PC"], - qr/\(.*x86_64.*\)/ => ["AMD64", "x86_64", "PC"], + qr/\(.*x(?:86_)?64.*\)/ => ["AMD64", "x86_64", "PC"], qr/\(.*Intel Mac OS X.*\)/ => ["x86_64"], # Intel IA64