diff options
| author | mathog <> | 2016-01-17 02:25:53 +0000 |
|---|---|---|
| committer | mathog <> | 2016-01-17 02:25:53 +0000 |
| commit | f05f886e8bd15df056f2318f99eae920d9cd20d4 (patch) | |
| tree | ae6791b675945a6343a16e6467984cb32001ba86 /src/extension/internal/emf-print.cpp | |
| parent | Coalesce g_object_new/g_object_set calls; change guide origin pickable to fal... (diff) | |
| download | inkscape-f05f886e8bd15df056f2318f99eae920d9cd20d4.tar.gz inkscape-f05f886e8bd15df056f2318f99eae920d9cd20d4.zip | |
patch probably fixes bug 1534833
(bzr r14594)
Diffstat (limited to 'src/extension/internal/emf-print.cpp')
| -rw-r--r-- | src/extension/internal/emf-print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/emf-print.cpp b/src/extension/internal/emf-print.cpp index cc798cc5f..53120637c 100644 --- a/src/extension/internal/emf-print.cpp +++ b/src/extension/internal/emf-print.cpp @@ -1955,7 +1955,7 @@ unsigned int PrintEmf::print_pathv(Geom::PathVector const &pathv, const Geom::Af unsigned int PrintEmf::text(Inkscape::Extension::Print * /*mod*/, char const *text, Geom::Point const &p, SPStyle const *const style) { - if (!et) { + if (!et || !text) { return 0; } |
