summaryrefslogtreecommitdiff
path: root/src/cr-stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-stylesheet.c')
-rw-r--r--src/cr-stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-stylesheet.c b/src/cr-stylesheet.c
index 97ae79e..cc950ce 100644
--- a/src/cr-stylesheet.c
+++ b/src/cr-stylesheet.c
@@ -107,7 +107,7 @@ cr_stylesheet_dump (CRStyleSheet * a_this, FILE * a_fp)
str = cr_stylesheet_to_string (a_this) ;
if (str) {
- fprintf (a_fp, str) ;
+ fprintf (a_fp, "%s", str) ;
g_free (str) ;
str = NULL ;
}