summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/array.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-15 23:12:00 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-15 23:12:00 +0000
commit5c3350ef1281298f25c1cbcb60a66d238a417030 (patch)
tree2d5d1ae0b310f4b8a58c6710ea5fd10cd3171458 /src/live_effects/parameter/array.cpp
parentupdate to trunk (diff)
downloadinkscape-5c3350ef1281298f25c1cbcb60a66d238a417030.tar.gz
inkscape-5c3350ef1281298f25c1cbcb60a66d238a417030.zip
added knots
(bzr r13645.1.12)
Diffstat (limited to '')
-rw-r--r--src/live_effects/parameter/array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/array.cpp b/src/live_effects/parameter/array.cpp
index d17f28c4f..d1d718b08 100644
--- a/src/live_effects/parameter/array.cpp
+++ b/src/live_effects/parameter/array.cpp
@@ -53,7 +53,7 @@ sp_svg_satellite_read_d(gchar const *str, Geom::Satellite *sat){
if (!str) {
return 0;
}
- gchar ** strarray = g_strsplit(str, " * ", 0);
+ gchar ** strarray = g_strsplit(str, "*", 0);
if(strarray[6] && !strarray[7]){
std::map< gchar const *, Geom::SatelliteType> gts = sat->GcharMapToSatelliteType;
sat->setSatelliteType(gts[strarray[0]]);