; Rename local var to match function name
commit082eda1cbebfc4a71c4b721b38be67aa2de6441e
authorIan Kelling <ian@iankelling.org>
Sun, 5 Jul 2015 22:35:23 +0000 (5 15:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jul 2015 02:21:49 +0000 (5 19:21 -0700)
treea05591d8bb0d5f61288a276c466b0571008304be
parent5dc66dbc15ad64b59bcb0943fa16961efc84e822
; Rename local var to match function name

* src/process.c (wait_reading_process_output, status_notify):
Previously the function wait_reading_process_input was renamed to the
more logical wait_reading_process_output.  Make its local variables
consistent with that change (Bug#20978).
src/process.c