summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c1c5e3)
raw | patch | inline | side by side (parent: 0c1c5e3)
author | pjrm <pjrm@users.sourceforge.net> | |
Sun, 27 May 2007 09:53:08 +0000 (09:53 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Sun, 27 May 2007 09:53:08 +0000 (09:53 +0000) |
src/style-test.cpp | patch | blob | history |
diff --git a/src/style-test.cpp b/src/style-test.cpp
index 5c123704b2c3c7af3473a2d555fc5150d116aa5f..e1e450d5ef3599cec3f0ff93ae14193f8744b4e7 100644 (file)
--- a/src/style-test.cpp
+++ b/src/style-test.cpp
gchar *str0_set = sp_style_write_string(style, SP_STYLE_FLAG_IFSET);
UTEST_ASSERT(*str0_set == '\0');
UTEST_ASSERT(streq(str0_all, str0_all_exp));
- printf(str0_all);
g_free(str0_all);
g_free(str0_set);
sp_style_unref(style);