COMP: Fixed uninitialized variable.
This commit is contained in:
parent
388f03487e
commit
931233ee7b
@ -291,7 +291,7 @@ int runChild(const char* cmd[], int state, int exception, int value,
|
|||||||
int share, int output, int delay, double timeout,
|
int share, int output, int delay, double timeout,
|
||||||
int poll, int repeat)
|
int poll, int repeat)
|
||||||
{
|
{
|
||||||
int result;
|
int result = 1;
|
||||||
kwsysProcess* kp = kwsysProcess_New();
|
kwsysProcess* kp = kwsysProcess_New();
|
||||||
if(!kp)
|
if(!kp)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user