[iortcw] 50/152: MP: Fix PB GUID hash on 64-bit client

Simon McVittie smcv at debian.org
Fri Sep 8 10:39:58 UTC 2017


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

smcv pushed a commit to annotated tag 1.5a
in repository iortcw.

commit 896125355d3243036677ffbf4f6e5c6af7c721ef
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Sat May 7 11:41:11 2016 -0400

    MP: Fix PB GUID hash on 64-bit client
---
 MP/code/qcommon/pbmd5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MP/code/qcommon/pbmd5.c b/MP/code/qcommon/pbmd5.c
index 3e8d783..4eddc0d 100644
--- a/MP/code/qcommon/pbmd5.c
+++ b/MP/code/qcommon/pbmd5.c
@@ -52,7 +52,7 @@
 #include "qcommon.h"
 
 /* typedef a 32 bit type */
-typedef unsigned long int UINT4;
+typedef uint32_t UINT4;
 
 /* Data structure for MD5 (Message Digest) computation */
 typedef struct {

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



More information about the Pkg-games-commits mailing list