]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
working on adding subsampling to dist.shared. fixed bug in phylotype command related...
[mothur.git] / mothurout.cpp
index 4df5f96eb6086e8d2e8e96e3f448948540a1c8b4..98f5ce09608855690a9fc7442814841a064db379 100644 (file)
@@ -621,7 +621,7 @@ string MothurOut::hasPath(string longName){
 
 string MothurOut::getExtension(string longName){
        try {
-               string extension = longName;
+               string extension = "";
                
                if(longName.find_last_of('.') != longName.npos){
                        int pos = longName.find_last_of('.');