summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-19 17:54:15 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-19 17:54:15 +0000
commitcaab2746eec05f72330f21a2f2ab4ef604ef6eab (patch)
tree7d57a66bc2e2fa3f9604c3d13f2f486b8f317627 /src/sp-polygon.cpp
parentUpdate to trunk (diff)
parentFix build errors with clang 3.3 and c++11 enabled. (diff)
downloadinkscape-caab2746eec05f72330f21a2f2ab4ef604ef6eab.tar.gz
inkscape-caab2746eec05f72330f21a2f2ab4ef604ef6eab.zip
Update to trunk
(bzr r11950.1.186)
Diffstat (limited to 'src/sp-polygon.cpp')
-rw-r--r--src/sp-polygon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polygon.cpp b/src/sp-polygon.cpp
index 983a738ce..a5ddd653a 100644
--- a/src/sp-polygon.cpp
+++ b/src/sp-polygon.cpp
@@ -98,7 +98,7 @@ static gboolean polygon_get_value(gchar const **p, gdouble *v)
(*p)++;
}
- if (*p == '\0') {
+ if (**p == '\0') {
return false;
}