diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-07-18 19:10:58 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-07-18 19:10:58 +0000 |
| commit | 50a6044bb4ab605004e5c82733f8f4fb7042f311 (patch) | |
| tree | e35cb9f6b9cfc057f2493662c8dbecd0ddb56a0d /src/trace | |
| parent | make the resolution for create bitmap copy settable in ui (diff) | |
| download | inkscape-50a6044bb4ab605004e5c82733f8f4fb7042f311.tar.gz inkscape-50a6044bb4ab605004e5c82733f8f4fb7042f311.zip | |
Fix for PathString to prevent it from getting into a very, very long copying run and make it use minimumexponent. Plus some extra tests.
(bzr r6355)
Diffstat (limited to 'src/trace')
| -rw-r--r-- | src/trace/potrace/inkscape-potrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/potrace/inkscape-potrace.cpp b/src/trace/potrace/inkscape-potrace.cpp index 296d88c63..2f4dc7a6f 100644 --- a/src/trace/potrace/inkscape-potrace.cpp +++ b/src/trace/potrace/inkscape-potrace.cpp @@ -406,7 +406,7 @@ PotraceTracingEngine::grayMapToPath(GrayMap *grayMap, long *nodeCount) if ( nodeCount) *nodeCount = thisNodeCount; - return data.ustring(); + return data.string(); } |
