X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=summaryqualcommand.cpp;fp=summaryqualcommand.cpp;h=6396f8ff6f5944fc167d49895a44c5248b5f0523;hp=3dc6582f93f6654c41b14c0da5739348d023b11b;hb=cac38e9e251998fa0b825d00189534534948d226;hpb=60928795782d8f8648ec373d6a96b53032a77429 diff --git a/summaryqualcommand.cpp b/summaryqualcommand.cpp index 3dc6582..6396f8f 100644 --- a/summaryqualcommand.cpp +++ b/summaryqualcommand.cpp @@ -337,7 +337,7 @@ int SummaryQualCommand::createProcessesCreateSummary(vector& position, vect //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