summaryrefslogtreecommitdiff
path: root/test/css21.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/css21.c')
-rw-r--r--test/css21.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/css21.c b/test/css21.c
index 704ed9f..d3bf96d 100644
--- a/test/css21.c
+++ b/test/css21.c
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
assert(css_stylesheet_create(CSS_LEVEL_21, "UTF-8", argv[2],
NULL, CSS_ORIGIN_AUTHOR, CSS_MEDIA_ALL, false,
- ctx, myrealloc, NULL, &sheet) == CSS_OK);
+ false, ctx, myrealloc, NULL, &sheet) == CSS_OK);
fp = fopen(argv[2], "rb");
if (fp == NULL) {
@@ -103,8 +103,8 @@ int main(int argc, char **argv)
assert(css_stylesheet_create(CSS_LEVEL_21,
"UTF-8", buf, NULL, CSS_ORIGIN_AUTHOR,
- media, false, ctx, myrealloc, NULL,
- &import) == CSS_OK);
+ media, false, false, ctx, myrealloc,
+ NULL, &import) == CSS_OK);
assert(css_stylesheet_data_done(import) ==
CSS_OK);