diff options
| author | Josh Andler <scislac@gmail.com> | 2009-12-16 21:27:19 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2009-12-16 21:27:19 +0000 |
| commit | 2e2d12079c6034d82a8d70db7e2c8a0f0199ff5f (patch) | |
| tree | cffe6759e653c409ca2419e6405eb3e7616dfa85 /src/extension/dxf2svg/entities2elements.cpp | |
| parent | Embedimage extension fix and stderr Unicode support in inkex.py (diff) | |
| download | inkscape-2e2d12079c6034d82a8d70db7e2c8a0f0199ff5f.tar.gz inkscape-2e2d12079c6034d82a8d70db7e2c8a0f0199ff5f.zip | |
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation issues.
(bzr r8891)
Diffstat (limited to 'src/extension/dxf2svg/entities2elements.cpp')
| -rw-r--r-- | src/extension/dxf2svg/entities2elements.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/dxf2svg/entities2elements.cpp b/src/extension/dxf2svg/entities2elements.cpp index cf42dac32..ab160e265 100644 --- a/src/extension/dxf2svg/entities2elements.cpp +++ b/src/extension/dxf2svg/entities2elements.cpp @@ -80,7 +80,7 @@ void pline2svg(polyline pline, int type, int precision, char * units, double sca // 2 is pline2polygon - char delim[1]; + char delim[2]; double mag_bulge = 0; double prev_mag_bulge = 0; @@ -185,7 +185,7 @@ void lwpline2svg(lwpolyline pline, int type, int precision, char * units, double // 2 is pline2polygon - char delim[1]; + char delim[2]; double mag_bulge = 0; double prev_mag_bulge = 0; |
