Commit 7f8c1519 authored by Jean-Paul Saman's avatar Jean-Paul Saman

dvbinfo: add coverity hint.

parent 9b892414
...@@ -314,6 +314,7 @@ mtime_t mdate(void) ...@@ -314,6 +314,7 @@ mtime_t mdate(void)
if (gettimeofday(&tv, NULL) < 0) if (gettimeofday(&tv, NULL) < 0)
{ {
fprintf(stderr, "gettimeofday() error: %s\n", strerror(errno)); fprintf(stderr, "gettimeofday() error: %s\n", strerror(errno));
/* coverity [+kill} */
abort(); abort();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment