X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=1ea58c584054b9b4b5944db18d198fd49e78cc51;hb=dec4333b64891e0b923c862446cf2e3befa7e3d3;hp=68d3bf583f9c7de2db85ebfa27a2fecdd7738922;hpb=9d241ddf4c0e2467298a523e21a3b0de46902448;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; } }