changeset 79533:df7ebb131a0b

(make_process): Initialize pty_flag to 0.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Dec 2007 00:40:41 +0000
parents 670bd779f37e
children 959d0d7f4eb1
files src/process.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Mon Dec 03 00:12:06 2007 +0000
+++ b/src/process.c	Mon Dec 03 00:40:41 2007 +0000
@@ -626,6 +626,7 @@
   XSETFASTINT (p->tick, 0);
   XSETFASTINT (p->update_tick, 0);
   p->pid = 0;
+  p->pty_flag = 0;
   p->raw_status_new = 0;
   p->status = Qrun;
   p->mark = Fmake_marker ();