X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makecontigscommand.cpp;fp=makecontigscommand.cpp;h=15f002bffdbdc96e65ba18522955d500aa0fa8b0;hp=72e8ea09aeeac366fc08175dd7019e404020835d;hb=cac38e9e251998fa0b825d00189534534948d226;hpb=60928795782d8f8648ec373d6a96b53032a77429 diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index 72e8ea0..15f002b 100644 --- a/makecontigscommand.cpp +++ b/makecontigscommand.cpp @@ -690,7 +690,7 @@ int MakeContigsCommand::createProcesses(vector< vector > files, string o //loop through and create all the processes you want while (process != processors-1) { - 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