* pinfo.cc (_pinfo::set_ctty): Correct stupid typo.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2003-12-11  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* pinfo.cc (_pinfo::set_ctty): Correct stupid typo. | ||||
|  | ||||
| 2003-12-11  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | ||||
|   | ||||
| @@ -278,7 +278,7 @@ _pinfo::set_ctty (tty_min *tc, int flags, fhandler_tty_slave *arch) | ||||
| 	tc->setpgid (pgid); | ||||
|       if (cygheap->ctty != arch) | ||||
| 	{ | ||||
| 	  if (cygheap->ctty) | ||||
| 	  if (!cygheap->ctty) | ||||
| 	    syscall_printf ("ctty NULL"); | ||||
| 	  else | ||||
| 	    { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user