X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=indicatorcommand.cpp;h=74d63688333be27374c36fecc8147bc4419ee8bc;hb=aca78ed4a47dff8672ea8fd93cef0dfbaf0f7495;hp=36640e72b7995710565325658cfafa1ddfc67f58;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/indicatorcommand.cpp b/indicatorcommand.cpp index 36640e7..74d6368 100644 --- a/indicatorcommand.cpp +++ b/indicatorcommand.cpp @@ -1191,7 +1191,7 @@ vector IndicatorCommand::getPValues(vector< vector 0) { processIDS.push_back(pid); //create map from line number to pid so you can append files in correct order later @@ -1369,7 +1369,7 @@ vector IndicatorCommand::getPValues(vector< vector > //loop through and create all the processes you want while (process != processors) { - int pid = fork(); + pid_t pid = fork(); if (pid > 0) { processIDS.push_back(pid); //create map from line number to pid so you can append files in correct order later