]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckcommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / chimeracheckcommand.cpp
index 988c7112fc1109118f13ed6d45f160930d833dda..ab079fd073ccd0463b55e909cab4d4d46e7f1bc3 100644 (file)
@@ -622,7 +622,7 @@ int ChimeraCheckCommand::createProcesses(string outputFileName, string filename)
                
                //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