Fix typo.

This commit is contained in:
Christopher Faylor
2000-10-21 20:57:40 +00:00
parent 160c7abd0c
commit 5a84a8dc2e
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE in_h)
return;
}
int createit = flag & PID_IN_USE | PID_EXECED;
int createit = flag & (PID_IN_USE | PID_EXECED);
for (int i = 0; i < 10; i++)
{
int created;