Fix recently-introduced process.c problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jun 2012 06:58:00 +0000 (23:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jun 2012 06:58:00 +0000 (23:58 -0700)
commit7ea2b33947b401d506d10bf47721278a2b174410
tree5480d85adcb9a888e3d39701f86859e65794d716
parent24b0cff0ba42f6600db603cc2a4a6736fa5e7e92
Fix recently-introduced process.c problems found by static checking.

* process.c (write_queue_push, write_queue_pop, send_process):
Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
(write_queue_pop): Fix pointer signedness problem.
(send_process): Remove unused local.
src/ChangeLog
src/process.c