pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doomlegacy-devel: Fix data type



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Apr 29 13:04:35 2020 +0200
Changeset:	d757da6817b66c9bb832de8d2dcc9fa942c35ab2

Modified Files:
	doomlegacy-devel/files/p_extnodes.c

Log Message:
doomlegacy-devel: Fix data type

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d757da6817b66c9bb832de8d2dcc9fa942c35ab2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doomlegacy-devel/files/p_extnodes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/files/p_extnodes.c b/doomlegacy-devel/files/p_extnodes.c
index fa41b95d52..4b52b72013 100644
--- a/doomlegacy-devel/files/p_extnodes.c
+++ b/doomlegacy-devel/files/p_extnodes.c
@@ -98,7 +98,7 @@ typedef PACKED_STRUCT (
 
 typedef PACKED_STRUCT (
 {
-    unsigned int numsegs;
+    uint32_t numsegs;
 }) mapsubsector_zdbsp_t;
 
 // [FG] support maps with NODES in compressed or uncompressed ZDBSP format


Home | Main Index | Thread Index | Old Index