* process.c (send_process): Change a size_t to EMACS_INT.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Apr 2011 08:35:53 +0000 (01:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Apr 2011 08:35:53 +0000 (01:35 -0700)
src/process.c

index 6b58bc6..c9c6ab6 100644 (file)
@@ -5424,7 +5424,7 @@ send_process (volatile Lisp_Object proc, const char *volatile buf,
                       that may allow the program
                       to finish doing output and read more.  */
                    {
-                     size_t offset = 0;
+                     EMACS_INT offset = 0;
 
 #ifdef BROKEN_PTY_READ_AFTER_EAGAIN
                      /* A gross hack to work around a bug in FreeBSD.