aboutsummaryrefslogtreecommitdiff
path: root/ares/ares__read_line.c
AgeCommit message (Collapse)Author
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg
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))
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg
2004-02-23strlen() returns a size_t, which might be larger than int on some platformsDaniel Stenberg
2004-02-02remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg