(make_process): Initialize pty_flag to 0.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:41:15 +0000 (00:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:41:15 +0000 (00:41 +0000)
src/ChangeLog
src/process.c

index 002c442..87f9894 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-02  Magnus Henoch  <mange@freemail.hu>
+
+       * process.c (make_process): Initialize pty_flag to 0.
+
 2007-12-02  Jason Rumney  <jasonr@gnu.org>
 
        * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
index 013aad4..adf8af9 100644 (file)
@@ -626,6 +626,7 @@ make_process (name)
   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 ();