X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=1ea58c584054b9b4b5944db18d198fd49e78cc51;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=68d3bf583f9c7de2db85ebfa27a2fecdd7738922;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 68d3bf5..1ea58c5 100644 --- a/seqsummarycommand.cpp +++ b/seqsummarycommand.cpp @@ -414,7 +414,7 @@ int SeqSummaryCommand::driverCreateSummary(vector& startPosition, vector::iterator it = nameMap.find(current.getName()); - if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + current.getName() + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } + if (it == nameMap.end()) { m->mothurOut("[ERROR]: '" + current.getName() + "' is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } else { num = it->second; } }