X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sffmultiplecommand.cpp;h=b6894b48fd1371cb1b963e5a0e1714dc6cdf24b8;hb=4be06d098a3f0001dd1d4b12ddfc6fbf29915c58;hp=91d8b0152bf1db087f8243fc80e8c39b8dac57b9;hpb=037b7fccc64a5c7d5d5c23a949273a912160a400;p=mothur.git diff --git a/sffmultiplecommand.cpp b/sffmultiplecommand.cpp index 91d8b01..b6894b4 100644 --- a/sffmultiplecommand.cpp +++ b/sffmultiplecommand.cpp @@ -435,7 +435,7 @@ int SffMultipleCommand::readFile(vector& sffFiles, vector& oligo // get rest of line in case there is a oligos filename while (!in.eof()) { char c = in.get(); - if (c == 10 || c == 13){ break; } + if (c == 10 || c == 13 || c == -1){ break; } else if (c == 32 || c == 9){;} //space or tab else { oligos += c; } }