Skip to content
Snippets Groups Projects
Commit 01f0864e authored by Brad King's avatar Brad King
Browse files

COMP: Added initializer to avoid warning. It is not really needed, though.

parent d9b7c5ab
No related branches found
No related tags found
No related merge requests found
......@@ -765,7 +765,7 @@ int kwsysProcess_WaitForData(kwsysProcess* cp, char** data, int* length,
kwsysProcessTime* timeout = 0;
kwsysProcessTime timeoutLength;
kwsysProcessTime timeoutTime;
kwsysProcessTime userStartTime;
kwsysProcessTime userStartTime = {0, 0};
int user = 0;
int expired = 0;
int pipeId = kwsysProcess_Pipe_None;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment