]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.cpp
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / setlogfilecommand.cpp
index 593664e3569d0ef8f9faeb31df9379ab2cafed41..19f3ed129ab85b9f66dbea06c56637ea2f8daa42 100644 (file)
@@ -36,7 +36,7 @@ SetLogFileCommand::SetLogFileCommand(string option)  {
                        if (name == "not found") {  m->mothurOut("name is a required parameter for the set.logfile command."); abort = true; } 
                        
                        string temp = validParameter.validFile(parameters, "append", false);            if (temp == "not found") {  temp = "F";  }
-                       append = isTrue(temp);
+                       append = m->isTrue(temp);
                }
        }
        catch(exception& e) {