From 659b9055377b8a638a645d929088883facb78181 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 20 Jan 2011 10:11:02 +0000 Subject: fix cursor cascade svn path=/trunk/libcss/; revision=11410 --- src/select/properties/cursor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/select/properties') diff --git a/src/select/properties/cursor.c b/src/select/properties/cursor.c index 5075fa4..42d1900 100644 --- a/src/select/properties/cursor.c +++ b/src/select/properties/cursor.c @@ -28,8 +28,8 @@ css_error cascade_cursor(uint32_t opv, css_style *style, lwc_string *uri; lwc_string **temp; - uri = *((lwc_string **) style->bytecode); - advance_bytecode(style, sizeof(uri)); + css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &uri); + advance_bytecode(style, sizeof(css_code_t)); temp = state->computed->alloc(uris, (n_uris + 1) * sizeof(lwc_string *), -- cgit v1.2.3