aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-15 21:25:31 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-15 21:25:31 +0100
commit11d67b8a8a11ba46813ce4fc7e043806bc2d7462 (patch)
tree3d69fb97b65ef93dfaf9cb3d8656368cb719c73b /src
parentfcc7aa9ce93ccd9c49f81f3a4b446de81bb6bf8f (diff)
initialize CssParser::within_block
Diffstat (limited to 'src')
-rw-r--r--src/cssparser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 5b41c490..cb47fb3d 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -360,6 +360,7 @@ CssParser::CssParser(CssContext *context, CssOrigin origin,
this->buflen = buflen;
this->bufptr = 0;
this->space_separated = false;
+ this->within_block = false;
nextToken ();
}