(make_process): Initialize pty_flag to 0.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user