openbsd-ports/net/micq/patches/patch-src_util_table_c

12 lines
316 B
Plaintext
Raw Normal View History

--- 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 @@
2001-05-28 01:15:38 -04:00
{
int i;
- assert (TableCountryCodesSize == TableCountrySize);
+ /* assert (TableCountryCodesSize == TableCountrySize); */
if (!code)
return i18n (-1, TableCountry[0]);