summaryrefslogtreecommitdiff
path: root/src/parse/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties.c')
-rw-r--r--src/parse/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties.c b/src/parse/properties.c
index 5bfcd15..c4f8499 100644
--- a/src/parse/properties.c
+++ b/src/parse/properties.c
@@ -4804,7 +4804,7 @@ css_error parse_richness(css_language *c,
} else if (token->type == CSS_TOKEN_NUMBER) {
size_t consumed = 0;
css_string tmp = { token->ilower->len,
- (uint8_t *) token->ilower };
+ (uint8_t *) token->ilower->data };
num = number_from_css_string(&tmp, false, &consumed);
/* Invalid if there are trailing characters */
if (consumed != token->ilower->len)