packages/multimedia/tvheadend/patches/050-iconv-test-continue.patch
Marius Dinu dbae94dd4d tvheadend: update to git master 2021-11-16, package cleanup, more options
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2021-12-09 01:07:43 +08:00

14 lines
421 B
Diff

--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -36,9 +36,8 @@ intlconv_test( void )
(strcmp(s, "ZlutouckyKun") &&
strcmp(s, "Zlutouck'yKun") &&
strcmp(s, "?lu?ou?k?K??"))) {
- tvherror(LS_MAIN, "iconv() routine is not working properly (%s), aborting!", s);
+ tvherror(LS_MAIN, "iconv() routine is not working properly (%s)", s);
tvh_safe_usleep(2000000);
- abort();
}
free(s);
}