]> git.donarmstrong.com Git - mothur.git/blobdiff - sffmultiplecommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / sffmultiplecommand.cpp
index c1dd258c43b5c37fdc434dedc9155c1a07241e23..365bb93dc503b65025da52ec2fc11bf21dad5b92 100644 (file)
@@ -747,7 +747,7 @@ int SffMultipleCommand::createProcesses(vector<string> sffFiles, vector<string>
                
                //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