summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-02-10 08:00:55 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-02-10 08:00:55 +0000
commit736d0988d1285e19838251c62d6258209f2c5683 (patch)
tree8c75745771e3f2cce225d0901b6542e7752347bc /src/sp-flowtext.cpp
parentviewbox: simple code clean-up (diff)
downloadinkscape-736d0988d1285e19838251c62d6258209f2c5683.tar.gz
inkscape-736d0988d1285e19838251c62d6258209f2c5683.zip
Fixing format-security errors in text debug code.
(bzr r13017)
Diffstat (limited to 'src/sp-flowtext.cpp')
-rw-r--r--src/sp-flowtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp
index 0cadb4345..b4fd54ee4 100644
--- a/src/sp-flowtext.cpp
+++ b/src/sp-flowtext.cpp
@@ -447,7 +447,7 @@ void SPFlowtext::rebuildLayout()
_buildLayoutInput(this, exclusion_shape, &shapes, &pending_line_break_object);
delete exclusion_shape;
layout.calculateFlow();
- //g_print(layout.dumpAsText().c_str());
+ //g_print("%s", layout.dumpAsText().c_str());
}
void SPFlowtext::_clearFlow(Inkscape::DrawingGroup *in_arena)