blob: 2e46b5113173a91135628324e654b8a64d1ef31a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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);
}
|