c23b85ea71
-- No response from maintainer
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
--- src/util_table.c.orig Thu Jul 19 13:09:02 2001
|
|
+++ src/util_table.c Thu Jul 19 13:09:14 2001
|
|
@@ -188,7 +188,7 @@
|
|
{
|
|
int i;
|
|
|
|
- assert (TableCountryCodesSize == TableCountrySize);
|
|
+ /* assert (TableCountryCodesSize == TableCountrySize); */
|
|
|
|
if (!code)
|
|
return i18n (-1, TableCountry[0]);
|