Skip to content
  • David Lawrence's avatar
    Fixed several instances of this IRIX warning: · 22520194
    David Lawrence authored
    "./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.)
    22520194