diff options
Diffstat (limited to 'src/htscore.c')
-rw-r--r-- | src/htscore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.c b/src/htscore.c index 65bb101..bd2580b 100644 --- a/src/htscore.c +++ b/src/htscore.c @@ -3062,7 +3062,7 @@ int fspc(httrackp * opt, FILE * fp, const char *type) { if (A == NULL) { int localtime_returned_null = 0; - assert(localtime_returned_null); + assertf(localtime_returned_null); } strftime(s, 250, "%H:%M:%S", A); if (strnotempty(type)) |