From 086bd1eef17d63b36a47ac954b1d90fff3d4115d Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 15:49:52 +0000 Subject: Switch to using hubbub_error for reprocessing state from just a bool, to allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989 --- src/utils/errors.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils/errors.c') diff --git a/src/utils/errors.c b/src/utils/errors.c index ada48cd..9b9dfdb 100644 --- a/src/utils/errors.c +++ b/src/utils/errors.c @@ -26,6 +26,9 @@ const char *hubbub_error_to_string(hubbub_error error) case HUBBUB_OOD: result = "Out of data"; break; + case HUBBUB_REPROCESS: + result = "Internal (reprocess token)"; + break; case HUBBUB_NOMEM: result = "Insufficient memory"; break; -- cgit v1.2.3