attempted typecase to silence the MIPSpro warning:
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 13:03:35 +0000 (13:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 13:03:35 +0000 (13:03 +0000)
commit213d64fbd7653eb55f7bab5688972ef7b8d5f4c1
treefa3b1b45b1730391088784ec4afb0afacecec212
parenta8419d68b6590365c5cb324372789bb5f68e56d5
attempted typecase to silence the MIPSpro warning:

cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46
There is an implicit conversion from "unsigned long" to "int"; rounding, sign
extension, or loss of accuracy may result.

if (!fgets(*buf + offset, *bufsize - offset, fp))
ares/ares__read_line.c