X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/052d7bfb0a9a541c6975c3ed679dd3ac9e5c0886..4974d09cc659e2859fcf916ad020628c9695e2f8:/sbr/utils.c diff --git a/sbr/utils.c b/sbr/utils.c index f9bb5a97..8281b4fc 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -561,7 +561,7 @@ scan_input (int fd, int *eightbit) { char buf[BUFSIZ]; *eightbit = 0; - lseek (fd, (off_t) 0, SEEK_SET); + lseek(fd, 0, SEEK_SET); while ((state = read (fd, buf, sizeof buf)) > 0) { if (contains8bit (buf, buf + state)) {