X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraperseuscommand.cpp;h=ef3058d8cda30d8781e9a0057c9e93d77feeb1b9;hb=aca78ed4a47dff8672ea8fd93cef0dfbaf0f7495;hp=353b124f8d556760b57a8086573caefe65e575f8;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/chimeraperseuscommand.cpp b/chimeraperseuscommand.cpp index 353b124..ef3058d 100644 --- a/chimeraperseuscommand.cpp +++ b/chimeraperseuscommand.cpp @@ -1092,7 +1092,7 @@ int ChimeraPerseusCommand::createProcessesGroups(string outputFName, string accn //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