diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-02-10 08:00:55 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-02-10 08:00:55 +0000 |
| commit | 736d0988d1285e19838251c62d6258209f2c5683 (patch) | |
| tree | 8c75745771e3f2cce225d0901b6542e7752347bc /src/sp-flowtext.cpp | |
| parent | viewbox: simple code clean-up (diff) | |
| download | inkscape-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.cpp | 2 |
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) |
