MAXINT isn't as portable as one would like

This commit is contained in:
Bill Currie 2002-11-19 05:01:39 +00:00
parent a17673bb69
commit 63dfd5e523

View file

@ -831,7 +831,7 @@ main (int argc, char *argv[])
/* run through all referenced faces */
/* ICK ... do I want to check area of all faces? */
usearea = MAXINT;
usearea = INT_MAX;
if (options.edgeremove) {
if (edge_extra[i].num_face_ref > 1) {
tempf = 1.0;