diff src/termcap.c @ 5936:574f0cded429 cygwin

try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author Henry Thompson <ht@markup.co.uk>
date Sun, 13 Dec 2015 13:22:58 +0000
parents 308d34e9f07d
children
line wrap: on
line diff
--- a/src/termcap.c	Sat Dec 12 21:49:31 2015 +0000
+++ b/src/termcap.c	Sun Dec 13 13:22:58 2015 +0000
@@ -476,7 +476,7 @@
   bufp->ateof = 0;
   *bufp->ptr = 0;
 
-  lseek (fd, 0L, 0);
+  lseek (fd, E0, 0);
 
   while (!bufp->ateof)
     {