X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1e18bf0ab892a2ae9d3151c248b652898f7d7116..d84c4b2234e172bb8b32769bf529f99e7670a96d:/uip/post.c diff --git a/uip/post.c b/uip/post.c index 9723d26f..81bd7b4a 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1849,7 +1849,7 @@ do_text (char *file, int fd) int retval, state; char buf[BUFSIZ]; - lseek (fd, (off_t) 0, SEEK_SET); + lseek(fd, 0, SEEK_SET); while ((state = read (fd, buf, sizeof(buf))) > 0) { if (rp_isbad (retval = sm_wtxt (buf, state)))