]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / seqerrorcommand.cpp
index d196db85e3da3fabf72307f47ac58996833b6457..f7edb21f8f6586686de459800472bf9a27582467 100644 (file)
@@ -462,7 +462,7 @@ int SeqErrorCommand::createProcesses(string filename, string qFileName, string r
                
                //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