summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-16 06:19:58 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-16 06:19:58 +0000
commit702c4f884534d1b0d035afc6cc65687e1af12c06 (patch)
tree946cdeb8de48953ccc58955a1cbf471ba66d21b5 /src
parenta65fc4a976d5994042ac13c15f9de63f4e042bdd (diff)
downloadlibhubbub-702c4f884534d1b0d035afc6cc65687e1af12c06.tar.gz
libhubbub-702c4f884534d1b0d035afc6cc65687e1af12c06.tar.bz2
Was a little too hasty in the previous commit-- the same thing was done earlier on.
svn path=/trunk/hubbub/; revision=4361
Diffstat (limited to 'src')
-rw-r--r--src/tokeniser/tokeniser.c2
1 files changed, 0 insertions, 2 deletions
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;