diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-09 20:19:53 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-09 20:19:53 +0000 |
commit | e4b71bb7d41a7daab67322a567c6ddafafe383fa (patch) | |
tree | d46750fbe4ee09ed21f1106cb9814d1b0e58ee7a /src/htsparse.c | |
parent | 39501c8aeb7436296c6d4fc1f52c58e52e6101ef (diff) |
Attempt to replace tmpnam()
Diffstat (limited to 'src/htsparse.c')
-rw-r--r-- | src/htsparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsparse.c b/src/htsparse.c index 3320886..4acc336 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -4904,6 +4904,7 @@ int hts_wait_delayed(htsmoduleStruct * str, char *adr, char *fil, char *save, /* Finalize now as we have the type */ if (back[b].status == STATUS_READY) { if (!back[b].finalized) { + hts_log_print(opt, LOG_TRACE, "finalizing as we have the type"); back_finalize(opt, cache, sback, b); } } |