Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2018 04:10:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229517] games/xptools won't build on anything newer than 11.1
Message-ID:  <bug-229517-7788-MQE6p6uTwN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229517-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229517-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229517

--- Comment #11 from w.schwarzenfeld@utanet.at ---
No I think  bool is right.
I asked only if the logic is right (false, true).
And  it was not.

DEM_NO_DATA returns -32768 if no data.

DEMDef.h
357         inline bool             operator()(int, int) const;
358         inline bool             get(int x, int y) const;
=3D>                                // Get value at x,y, false

So I think the last patch was wrong.=20

I changed bool b to true.
And added one more patch (I overlooked one warning).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229517-7788-MQE6p6uTwN>