Fixed several instances of this IRIX warning:
"./rdata/generic/loc_29.c", line ??: remark(1506): implicit conversion from "unsigned long" to "int": rounding, sign extension, or loss of accuracy may result by making sure that the range was suitable for an int and casting to int in each case. (This appeared to be more desirable than changing all of the variables in question to longs.)
Please register or sign in to comment