From 6ae4b59a4b386aeef6064ef4dcbad5f3e54a9ab4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Feb 2007 12:24:13 +0000 Subject: Fix stupidity svn path=/trunk/netsurf/; revision=3178 --- riscos/ucstables.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos') diff --git a/riscos/ucstables.c b/riscos/ucstables.c index 6f8e44d11..a468cd178 100644 --- a/riscos/ucstables.c +++ b/riscos/ucstables.c @@ -659,6 +659,8 @@ utf8_convert_ret utf8_from_local_encoding(const char *string, size_t len, strcat((*result) + cur_off, temp); + cur_off += strlen(temp); + free(temp); } -- cgit v1.2.3