]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / removeseqscommand.cpp
index b4fb467d6e395ce9b1655e043859cff0e2c77f67..c7af108325390221bd0313e4ad2a733dfd2e90d3 100644 (file)
@@ -469,7 +469,7 @@ int RemoveSeqsCommand::readQual(){
                                saveName = name.substr(1);
                                while (!in.eof())       {       
                                        char c = in.get(); 
-                                       if (c == 10 || c == 13){        break;  }
+                                       if (c == 10 || c == 13 || c == -1){     break;  }
                                        else { name += c; }     
                                } 
                                m->gobble(in);