From: Don Armstrong Date: Fri, 11 Apr 2014 19:54:04 +0000 (-0700) Subject: add missing + X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=934399af8c173d5a5047c55f320d650ff7d8b3ab;p=mothur.git add missing + --- diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 4c4d773..cf1646e 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -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)); } }