]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.cpp
Changed back to xcode build.
[mothur.git] / mothurout.cpp
index 54cf25d891e4528b1a6c1f08bc350a58b8aeb9e6..27b36ce5ff83dceadeb77e84045caef94d5168c9 100644 (file)
@@ -927,7 +927,7 @@ vector<unsigned long int> MothurOut::setFilePosFasta(string filename, int& num)
                        
                        in.seekg(size);
                
-                       while(char c = in.get()){
+                       while(in.get()){
                                if(in.eof())            {       break;  }
                                else                            {       size++; }
                        }