]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
1.21.0
[mothur.git] / mothurout.cpp
index 367f5d12fc0555833061fb3d3dcabb4581006e64..cdde507ce4464ef9da5d8f5041d56ae73818941f 100644 (file)
@@ -902,7 +902,7 @@ int MothurOut::renameFile(string oldName, string newName){
                string command = "mv " + oldName + " " + newName;
                system(command.c_str());
        #else
-               m->mothurRemove(newName);
+               mothurRemove(newName);
                int renameOk = rename(oldName.c_str(), newName.c_str());
        #endif
                return 0;