Skip to content

Commit

Permalink
remove bad assert triggered on large times
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Apr 5, 2024
1 parent 0f08a15 commit edb2e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ char *ftime(char * result,int size,int64_t t){
else
r = snprintf(cp,size," ");

assert(r == 4);
if(r < 0)
return NULL;
cp += r;
Expand Down

0 comments on commit edb2e63

Please sign in to comment.