summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-svg.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-03 13:10:42 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-03 14:24:39 +0000
commitb3462c5616ae24fd391ad0872d2fbb98c6cd0c92 (patch)
tree167e37226e77f2921155a962dd1ac4320a27e1b0 /boilerplate/cairo-boilerplate-svg.c
parent34586860ef08e6aab988ba227997dfe376f9d319 (diff)
downloadcairo-b3462c5616ae24fd391ad0872d2fbb98c6cd0c92.tar.gz
[test] Convert a few residual '-out.*'
Catch a few -out.* hiding in boilerplate.
Diffstat (limited to 'boilerplate/cairo-boilerplate-svg.c')
-rw-r--r--boilerplate/cairo-boilerplate-svg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate-svg.c b/boilerplate/cairo-boilerplate-svg.c
index 195dc7868..e6c1355fc 100644
--- a/boilerplate/cairo-boilerplate-svg.c
+++ b/boilerplate/cairo-boilerplate-svg.c
@@ -65,7 +65,7 @@ _cairo_boilerplate_svg_create_surface (const char *name,
ptc->width = width;
ptc->height = height;
- xasprintf (&ptc->filename, "%s-out.svg", name);
+ xasprintf (&ptc->filename, "%s.out.svg", name);
xunlink (ptc->filename);
surface = cairo_svg_surface_create (ptc->filename, width, height);