From 702c4f884534d1b0d035afc6cc65687e1af12c06 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Mon, 16 Jun 2008 06:19:58 +0000 Subject: Was a little too hasty in the previous commit-- the same thing was done earlier on. svn path=/trunk/hubbub/; revision=4361 --- src/tokeniser/tokeniser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/tokeniser/tokeniser.c b/src/tokeniser/tokeniser.c index 1c4f184..3c0e4d0 100644 --- a/src/tokeniser/tokeniser.c +++ b/src/tokeniser/tokeniser.c @@ -1567,7 +1567,6 @@ bool hubbub_tokeniser_handle_attribute_value_uq(hubbub_tokeniser *tokeniser) tokeniser->context.prev_state = tokeniser->state; tokeniser->state = HUBBUB_TOKENISER_STATE_CHARACTER_REFERENCE_IN_ATTRIBUTE_VALUE; - tokeniser->context.allowed_char = '\0'; hubbub_inputstream_advance(tokeniser->input); } else if (c == '>') { hubbub_token token; @@ -3161,7 +3160,6 @@ bool hubbub_tokeniser_handle_named_entity(hubbub_tokeniser *tokeniser) /* Reset for next time */ ctx->match_entity.done_setup = false; - ctx->allowed_char = '\0'; /* Flag completion */ ctx->match_entity.complete = true; -- cgit v1.2.3