mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Update to git master 2023-06-05 and removed unneeded compatibility patch. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
14 lines
421 B
Diff
14 lines
421 B
Diff
--- a/src/intlconv.c
|
|
+++ b/src/intlconv.c
|
|
@@ -37,9 +37,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);
|
|
}
|