[ioquake3] 69/136: ioquake3 calls this arch "x86" and not "i386".

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:11 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 b6a83a1494031b090897657f8a3349cb35590f71
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Thu Jun 1 13:00:37 2017 -0400

    ioquake3 calls this arch "x86" and not "i386".
---
 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 5cd053b..cf1dee5 100644
--- a/code/autoupdater/autoupdater.c
+++ b/code/autoupdater/autoupdater.c
@@ -40,7 +40,7 @@ is licensed until the GPLv2. Do not mingle code, please!
 #endif
 
 #ifdef __i386__
-#define AUTOUPDATE_ARCH "i386"
+#define AUTOUPDATE_ARCH "x86"
 #elif defined(__x86_64__)
 #define AUTOUPDATE_ARCH "x86-64"
 #else

-- 
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