From b33d81e5df0854fdb5af42f38dba26d2ec94370f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Sep 2011 11:29:54 +0000 Subject: Fix cursor URL dump. svn path=/trunk/libcss/; revision=12705 --- test/dump_computed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dump_computed.h b/test/dump_computed.h index 5416684..6a29c2d 100644 --- a/test/dump_computed.h +++ b/test/dump_computed.h @@ -1000,7 +1000,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf, if (string_list != NULL) { while (*string_list != NULL) { - wrote = snprintf(ptr, *len, " url\"%.*s\")", + wrote = snprintf(ptr, *len, " url('%.*s')", (int) lwc_string_length(*string_list), lwc_string_data(*string_list)); ptr += wrote; -- cgit v1.2.3