aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.c')
-rw-r--r--src/utf8.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utf8.c b/src/utf8.c
index baa03cb..f909666 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.15 2008/03/07 13:16:02 james
+ * *** empty log message ***
+ *
* Revision 1.14 2008/03/07 12:37:04 james
* *** empty log message ***
*
@@ -157,7 +160,7 @@ utf8_new (void)
{
UTF8 *ret;
- ret = (UTF8 *) malloc (sizeof (UTF8));
+ ret = (UTF8 *) xmalloc (sizeof (UTF8));
ret->in_utf8 = 0;