this patch is no longer needed (it is a workaround for an old bug)

from maintainer David Krause
This commit is contained in:
pvalchev 2003-01-22 07:27:54 +00:00
parent f19fd446e6
commit 99a4b0a881

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_util_table_c,v 1.3 2002/10/15 04:26:27 pvalchev Exp $
--- src/util_table.c.orig Fri Aug 2 07:56:57 2002
+++ src/util_table.c Sun Sep 22 19:38:04 2002
@@ -261,7 +261,7 @@ const char *TableGetCountry (UWORD code)
{
int i;
- assert (TableCountryCodesSize == TableCountrySize);
+ /* assert (TableCountryCodesSize == TableCountrySize); */
if (!code)
return i18n (-1, TableCountry[0]);