X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readtree.cpp;h=e98524b45e9ec513fe171c5a342ab381a68fcacc;hb=9b884118e97081d743c7b001216567f9b9131258;hp=f72d69821f56d8fa8fb90d098f71ca855bb08126;hpb=e03de8796670a0c747aed63483daa09c8b86aea0;p=mothur.git diff --git a/readtree.cpp b/readtree.cpp index f72d698..e98524b 100644 --- a/readtree.cpp +++ b/readtree.cpp @@ -341,7 +341,7 @@ int ReadNewickTree::readNewickInt(istream& f, int& n, Tree* T) { if(f.peek() == ':'){ readSpecialChar(f,':',"colon"); - if(n >= numNodes){ m->mothurOut("Error: Too many nodes in input tree\n"); readOk = -1; return -1; } + if(n >= numNodes){ m->mothurOut("Error: Too many nodes in input tree\n"); readOk = -1; return -1; } T->tree[n].setBranchLength(readBranchLength(f)); }else{