Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build with internal spatialite (followup 0d2c564; fixes #9417)
  • Loading branch information
jef-n committed Jan 24, 2014
1 parent 6f15e59 commit 760529b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/spatialite/spatialite.c
Expand Up @@ -53526,8 +53526,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
strcat (buf, "</gml:LinearRing>");
strcat (buf, "</gml:outerBoundaryIs>");
}
}
#if 0
}
else
{
if (version == 3)
Expand Down Expand Up @@ -53566,8 +53566,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
strcat (buf,
"<gml:coordinates decimal=\".\" cs=\",\" ts=\" \">");
}
}
#if 0
}
else
{
if (version == 3)
Expand Down Expand Up @@ -53675,8 +53675,8 @@ gaiaOutGml (gaiaOutBufferPtr out_buf, int version, int precision,
strcat (buf, "</gml:LinearRing>");
strcat (buf, "</gml:innerBoundaryIs>");
}
}
#if 0
}
else
{
if (version == 3)
Expand Down

0 comments on commit 760529b

Please sign in to comment.