Code

fix minor typo
authorishmal <ishmal@users.sourceforge.net>
Mon, 24 Sep 2007 18:33:07 +0000 (18:33 +0000)
committerishmal <ishmal@users.sourceforge.net>
Mon, 24 Sep 2007 18:33:07 +0000 (18:33 +0000)
src/dialogs/swatches.cpp

index fb302c110c2af81d9012f7786e66f088140c7778..8f2702b635e0a258676db0802b390d34abbbb4e8 100644 (file)
@@ -347,7 +347,7 @@ static bool bruteForce( SPDocument* document, Inkscape::XML::Node* node, Glib::u
             SPObject *obj = document->getObjectByRepr( node );
 
             gchar c[64] = {0};
-            sp_svg_write_color( c, sizoef(c), SP_RGBA32_U_COMPOSE( r, g, b, 0xff ) );
+            sp_svg_write_color( c, sizeof(c), SP_RGBA32_U_COMPOSE( r, g, b, 0xff ) );
             SPCSSAttr *css = sp_repr_css_attr_new();
             sp_repr_css_set_property( css, "stroke", c );