diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-02-10 08:46:54 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-02-10 08:46:54 +0000 |
| commit | 977f22bf235db32be3a88baa8bde24d002714073 (patch) | |
| tree | e5af7c3e8cf46f70d1317eef4523f657c90675c1 /src/sp-flowtext.cpp | |
| parent | Removing hack for force show red lines in bspline mode (diff) | |
| parent | Fixing format-security errors in text debug code. (diff) | |
| download | inkscape-977f22bf235db32be3a88baa8bde24d002714073.tar.gz inkscape-977f22bf235db32be3a88baa8bde24d002714073.zip | |
update to trunk
(bzr r11950.1.252)
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) |
