]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
add missing +
[mothur.git] / deconvolutecommand.cpp
index 4c4d7736d8e8e996dcd413d06f4e47968ddc2394..cf1646e1a6806cfe3de4280d5ee0bb5a1af1bcba 100644 (file)
@@ -324,7 +324,7 @@ int DeconvoluteCommand::execute() {
               if (pos == string::npos) { // only reps itself
                 ct.printSeq(outNames, it->second.second);
               } else {
-                m->mothurOut("Duplicate " + it->second.second + " " (it->second.second).substr(0,pos) + "\n");
+                m->mothurOut("Duplicate " + it->second.second + " " (it->second.second).substr(0,pos) + "\n");
                 ct.printSeq(outNames, (it->second.second).substr(0,pos));
               }
             }