diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-09 16:43:48 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-09 16:43:48 +0000 |
commit | b331963ba68c46c2370c7ab8a531f3a8d85c1c8d (patch) | |
tree | 2ffd01f0ac8763d67f31db6b239defa39495d07d /src/htscore.c | |
parent | f48114006deced315348925ba36af3cb6a022324 (diff) |
assert cleanup.
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)) |