mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
opps - fix to enable compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@3009 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7a963a410f
commit
1632e85672
@ -107,7 +107,7 @@ bool QgsClipper::trimLine(const QgsPoint& from, const QgsPoint& to,
|
||||
|
||||
// the right border
|
||||
r_n = -(from.x() - maxX) * (maxY - minY);
|
||||
dLR = (to.x() - from.x()) * (maxY - minY);
|
||||
double dLR = (to.x() - from.x()) * (maxY - minY);
|
||||
|
||||
if (fabs(dLR) > SMALL_NUM && fabs(r_n) > SMALL_NUM)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user