From 570510b0762d9bb02f9dc64497c8802bc2a1649d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 23 Mar 2009 01:02:59 +0000 Subject: Completely change the approach used for presentational hints. This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820 --- src/select/computed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/computed.c') diff --git a/src/select/computed.c b/src/select/computed.c index e5605da..7829b23 100644 --- a/src/select/computed.c +++ b/src/select/computed.c @@ -110,7 +110,7 @@ css_error css_computed_style_compose(const css_computed_style *parent, size_t i; /* Iterate through the properties */ - for (i = 0; i < N_OPCODES; i++) { + for (i = 0; i < CSS_N_PROPERTIES; i++) { /* Skip any in extension blocks if the block does not exist */ if (prop_dispatch[i].group == GROUP_UNCOMMON && parent->uncommon == NULL && -- cgit v1.2.3