]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1549007 - "From Reporter" populates 64-bit Windows 8.1 as x86
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 6 May 2019 17:53:53 +0000 (13:53 -0400)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 17:53:53 +0000 (13:53 -0400)
Bugzilla/UserAgent.pm

index f890145855cfa907c435e3d3a416bfaa69458894..53d7747eb713590581d1d53d4d04c51645ae601b 100644 (file)
@@ -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