[ioquake3] 106/136: Use "x86_64" and not "x86-64" like everything else in ioq3.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit b771192d52da1aea6987f53ad34b318300c34bec
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Sun Jun 4 02:46:49 2017 -0400

    Use "x86_64" and not "x86-64" like everything else in ioq3.
---
 code/autoupdater/autoupdater.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/autoupdater/autoupdater.c b/code/autoupdater/autoupdater.c
index 221381b..4a05202 100644
--- a/code/autoupdater/autoupdater.c
+++ b/code/autoupdater/autoupdater.c
@@ -74,7 +74,7 @@ static int sha256_hash_index = 0;
 #ifdef __i386__
 #define AUTOUPDATE_ARCH "x86"
 #elif defined(__x86_64__)
-#define AUTOUPDATE_ARCH "x86-64"
+#define AUTOUPDATE_ARCH "x86_64"
 #else
 #error Please define your platform.
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list