Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not crash on retention overflow.
  • Loading branch information
Glenn-1990 authored and perexg committed Apr 1, 2016
1 parent 6b6a143 commit 442e6e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Expand Up @@ -1416,6 +1416,5 @@ htsmsg_t *tvheadend_capabilities_list(int check)
*/
void time_t_out_of_range_notify(int64_t val)
{
tvherror("main", "time value of of range (%"PRId64") of time_t", val);
abort();
tvherror("main", "time value out of range (%"PRId64") of time_t", val);
}

0 comments on commit 442e6e6

Please sign in to comment.