X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=seqsummarycommand.cpp;fp=seqsummarycommand.cpp;h=88478a10ec86f97802a1b5b152fcf434c7e6dc14;hp=3f7565923cb57d11673d581215c74509d1ac40b8;hb=cac38e9e251998fa0b825d00189534534948d226;hpb=60928795782d8f8648ec373d6a96b53032a77429 diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 3f75659..88478a1 100644 --- a/seqsummarycommand.cpp +++ b/seqsummarycommand.cpp @@ -584,7 +584,7 @@ int SeqSummaryCommand::createProcessesCreateSummary(vector& startPosition, //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