From e76aa66b639c6c85939660f5eb5dc03c5dee69de Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 6 Jan 2009 12:33:40 +0000 Subject: Port to changed lpu API. Drop HUBBUB_OOD and just use HUBBUB_NEEDDATA, instead. Currently aborts in bogus comment handling if it encounters a \r at the end of the inputstream's utf-8 buffer. svn path=/trunk/hubbub/; revision=5966 --- src/utils/errors.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils/errors.c') diff --git a/src/utils/errors.c b/src/utils/errors.c index 722fbd0..6a2560d 100644 --- a/src/utils/errors.c +++ b/src/utils/errors.c @@ -23,9 +23,6 @@ const char *hubbub_error_to_string(hubbub_error error) case HUBBUB_OK: result = "No error"; break; - case HUBBUB_OOD: - result = "Out of data"; - break; case HUBBUB_REPROCESS: result = "Internal (reprocess token)"; break; -- cgit v1.2.3