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 --- include/hubbub/errors.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/hubbub') diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h index dd137ae..f535cf9 100644 --- a/include/hubbub/errors.h +++ b/include/hubbub/errors.h @@ -12,9 +12,8 @@ typedef enum hubbub_error { HUBBUB_OK = 0, - HUBBUB_OOD = 1, /**< Out of data */ - HUBBUB_REPROCESS = 2, - HUBBUB_ENCODINGCHANGE = 3, + HUBBUB_REPROCESS = 1, + HUBBUB_ENCODINGCHANGE = 2, HUBBUB_NOMEM = 5, HUBBUB_BADPARM = 6, -- cgit v1.2.3