From 934399af8c173d5a5047c55f320d650ff7d8b3ab Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Apr 2014 12:54:04 -0700 Subject: [PATCH] add missing + --- deconvolutecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.39.2