MFH: r513583

editors/the: fix build against the clang900-import branch by handholding the compiler.

PR:		240766
Submitted by:	jbeich

Approved by:	portmgr (implicit)
This commit is contained in:
Rene Ladan 2019-10-02 15:32:45 +00:00
parent 34fb98eeee
commit 9d137681ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=513586
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- htneent.cc.orig 2016-12-06 20:36:25 UTC
+++ htneent.cc
@@ -57,7 +57,7 @@ static ht_view *htneentrypoints_init(Bounds *b, File *
NE_ENTRYPOINT_HEADER e;
uint32 index = 1;
- while (o + sizeof e < h+ne_shared->hdr.enttab+ne_shared->hdr.cbenttab) {
+ while ((o + sizeof e) < h+ne_shared->hdr.enttab+ne_shared->hdr.cbenttab) {
file->seek(o);
file->read(&e, sizeof e);
createHostStruct(&e, NE_ENTRYPOINT_HEADER_struct, little_endian);