Index: head/editors/hte/files/patch-htapp.cc =================================================================== --- head/editors/hte/files/patch-htapp.cc (nonexistent) +++ head/editors/hte/files/patch-htapp.cc (revision 417913) @@ -0,0 +1,11 @@ +--- htapp.cc.orig 2016-07-02 07:48:11 UTC ++++ htapp.cc +@@ -3023,7 +3023,7 @@ static uint isqr(uint u) + { + uint a = 2; + uint b = u/a; +- while (abs(a - b) > 1) { ++ while (abs((int)(a - b)) > 1) { + a = (a+b)/2; + b = u/a; + } Property changes on: head/editors/hte/files/patch-htapp.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property