]> git.donarmstrong.com Git - bamtools.git/commit
change printf's to fprint(stderr,
authorErik Garrison <erik.garrison@bc.edu>
Fri, 20 Aug 2010 16:22:34 +0000 (12:22 -0400)
committerErik Garrison <erik.garrison@bc.edu>
Fri, 20 Aug 2010 16:22:34 +0000 (12:22 -0400)
commit1ee9b6b3d98a4bfd5a60c583bc7847c545a60e32
tree8821b203528d282d24e62782dc49f902895e94f8
parent03a51f0e4051764b08a4226358b77159c5a2152e
change printf's to fprint(stderr,

This pushes errors to the expected output, stderr, instead of mixing
them into the standard output stream.
src/api/BGZF.cpp
src/api/BamAux.h
src/api/BamIndex.cpp
src/api/BamReader.cpp
src/api/BamWriter.cpp