diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-03 13:10:42 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-03 14:24:39 +0000 |
commit | b3462c5616ae24fd391ad0872d2fbb98c6cd0c92 (patch) | |
tree | 167e37226e77f2921155a962dd1ac4320a27e1b0 /boilerplate/cairo-boilerplate-svg.c | |
parent | 34586860ef08e6aab988ba227997dfe376f9d319 (diff) |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate-svg.c b/boilerplate/cairo-boilerplate-svg.c index 195dc786..e6c1355f 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); |