Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjneph committed Jun 19, 2018
1 parent 0704e9f commit 1fe2e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace Bed {
throw(ErrorType("Error: stat() failed on: " + fp.Name()));
is_namedpipe = (S_ISFIFO(st.st_mode) != 0);
}
is_starch = !is_namedpipe && _M_ok && (fp_ != stdin) && starch::Starch::isStarch(fp_);
is_starch_ = !is_namedpipe && _M_ok && (fp_ != stdin) && starch::Starch::isStarch(fp_);

if ( (fp_ == stdin || is_namedpipe) && !all_ ) { // BED, chrom-specific, using stdin
// stream through until we find what we want
Expand Down

0 comments on commit 1fe2e2a

Please sign in to comment.