From e4b71bb7d41a7daab67322a567c6ddafafe383fa Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 9 Jul 2013 20:19:53 +0000 Subject: Attempt to replace tmpnam() --- src/htsparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/htsparse.c') 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); } } -- cgit v1.2.3