summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d8d1e0)
raw | patch | inline | side by side (parent: 7d8d1e0)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 24 Sep 2007 18:33:07 +0000 (18:33 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 24 Sep 2007 18:33:07 +0000 (18:33 +0000) |
src/dialogs/swatches.cpp | patch | blob | history |
index fb302c110c2af81d9012f7786e66f088140c7778..8f2702b635e0a258676db0802b390d34abbbb4e8 100644 (file)
--- a/src/dialogs/swatches.cpp
+++ b/src/dialogs/swatches.cpp
@@ -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 );