浏览代码

Fix bug in https://trac.osgeo.org/grass/changeset/57996

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57998 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 11 年之前
父节点
当前提交
d7d60b394c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.voronoi/main.c

+ 1 - 1
vector/v.voronoi/main.c

@@ -324,7 +324,7 @@ int main(int argc, char **argv)
 	if (!(type & GV_POINTS))
 	    continue;
 
-	if (!skeleton)
+	if (!skeleton) {
 	    if (!Vect_point_in_box(Points->x[0], Points->y[0], 0.0, &Box))
 		continue;