X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e93bafb95608467e438ba7f725fd1f020669f8c..b57076929f0e904864e1457d5789f2fe6652fc84:/src/termcap.c diff --git a/src/termcap.c b/src/termcap.c index 8c766bd199..3ecf19ff78 100644 --- a/src/termcap.c +++ b/src/termcap.c @@ -1,5 +1,5 @@ /* Work-alike for termcap, plus extra features. - Copyright (C) 1985-1986, 1993-1995, 2000-2008, 2011, 2013-2014 Free + Copyright (C) 1985-1986, 1993-1995, 2000-2008, 2011, 2013-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -520,7 +520,7 @@ scan_file (char *str, int fd, struct termcap_buffer *bufp) bufp->ateof = 0; *bufp->ptr = '\0'; - lseek (fd, 0L, 0); + lseek (fd, 0, 0); while (!bufp->ateof) {