]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
[mothur.git] / mothurout.cpp
index eb452b19a681e5ebe83d71ca7975a4140f703a55..54cf25d891e4528b1a6c1f08bc350a58b8aeb9e6 100644 (file)
@@ -489,6 +489,7 @@ bool MothurOut::isBlank(string fileName){
                        //check for blank file
                        gobble(fileHandle);
                        if (fileHandle.eof()) { fileHandle.close(); return true;  }
+                       fileHandle.close();
                }
                return false;
        }