summaryrefslogtreecommitdiff
path: root/src/htsparse.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-09 20:19:53 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-09 20:19:53 +0000
commite4b71bb7d41a7daab67322a567c6ddafafe383fa (patch)
treed46750fbe4ee09ed21f1106cb9814d1b0e58ee7a /src/htsparse.c
parent39501c8aeb7436296c6d4fc1f52c58e52e6101ef (diff)
Attempt to replace tmpnam()
Diffstat (limited to 'src/htsparse.c')
-rw-r--r--src/htsparse.c1
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);
}
}