Skip to content

Commit 760529b

Browse files
committed
fix build with internal spatialite (followup 0d2c564; fixes #9417)
1 parent 6f15e59 commit 760529b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/spatialite/spatialite.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -53526,8 +53526,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
5352653526
strcat (buf, "</gml:LinearRing>");
5352753527
strcat (buf, "</gml:outerBoundaryIs>");
5352853528
}
53529-
}
5353053529
#if 0
53530+
}
5353153531
else
5353253532
{
5353353533
if (version == 3)
@@ -53566,8 +53566,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
5356653566
strcat (buf,
5356753567
"<gml:coordinates decimal=\".\" cs=\",\" ts=\" \">");
5356853568
}
53569-
}
5357053569
#if 0
53570+
}
5357153571
else
5357253572
{
5357353573
if (version == 3)
@@ -53675,8 +53675,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
5367553675
strcat (buf, "</gml:LinearRing>");
5367653676
strcat (buf, "</gml:innerBoundaryIs>");
5367753677
}
53678-
}
5367953678
#if 0
53679+
}
5368053680
else
5368153681
{
5368253682
if (version == 3)

0 commit comments

Comments
 (0)