diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-19 17:54:15 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-19 17:54:15 +0000 |
| commit | caab2746eec05f72330f21a2f2ab4ef604ef6eab (patch) | |
| tree | 7d57a66bc2e2fa3f9604c3d13f2f486b8f317627 /src/sp-polygon.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fix build errors with clang 3.3 and c++11 enabled. (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
