[cairo-commit] src/cairo-truetype-subset.c

Chris Wilson ickle at kemper.freedesktop.org
Thu Oct 4 06:47:17 PDT 2007


 src/cairo-truetype-subset.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 2c256f292fc4a9fd8414e29c4df32d347e360900 (from bed8239f03773ad1584c8ba48ceb0b34bbe69453)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Oct 4 14:35:08 2007 +0100

    [cairo-error] Another _cairo_error (CAIRO_STATUS_SUCCESS)!
    
    Despite double checking, I still ended up converting one too many
    status values.

diff --git a/src/cairo-truetype-subset.c b/src/cairo-truetype-subset.c
index 0064bbb..899f012 100644
--- a/src/cairo-truetype-subset.c
+++ b/src/cairo-truetype-subset.c
@@ -248,7 +248,7 @@ _cairo_truetype_font_create (cairo_scale
     if (status)
 	goto fail5;
 
-    font->status = _cairo_error (CAIRO_STATUS_SUCCESS);
+    font->status = CAIRO_STATUS_SUCCESS;
 
     *font_return = font;
 


More information about the cairo-commit mailing list