summaryrefslogtreecommitdiffstats
path: root/src/2geom/nearest-time.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-07-06 23:29:26 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-07-06 23:29:26 +0000
commit02aedb930177c008f1074fa7b17dd6085825ee1b (patch)
treee0ffd32ca363f863c7b4dd5c07f422100d0ad2c1 /src/2geom/nearest-time.cpp
parentExtensions. Fix for Bug #760429 (Scour extension files organization). (diff)
downloadinkscape-02aedb930177c008f1074fa7b17dd6085825ee1b.tar.gz
inkscape-02aedb930177c008f1074fa7b17dd6085825ee1b.zip
Update 2Geom to r2417: make scan-build happy
(bzr r14235)
Diffstat (limited to '')
-rw-r--r--src/2geom/nearest-time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/nearest-time.cpp b/src/2geom/nearest-time.cpp
index 0b21e51a2..103921021 100644
--- a/src/2geom/nearest-time.cpp
+++ b/src/2geom/nearest-time.cpp
@@ -80,7 +80,7 @@ Coord nearest_time(Point const &p, D2<Bezier> const &input, Coord from, Coord to
t = 0;
}
if (dfinal < mind) {
- mind = dfinal;
+ //mind = dfinal;
t = 1;
}