Skip to content

Commit

Permalink
initialise the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Plante authored and Charles Plante committed Oct 23, 2019
1 parent 346c167 commit 66cd9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maptemplate.c
Original file line number Diff line number Diff line change
Expand Up @@ -4613,6 +4613,7 @@ mapservObj *msAllocMapServObj()
mapserv->QueryString=NULL;
mapserv->ShapeIndex=-1;
mapserv->TileIndex=-1;
mapserv->TileMode=TILE_GMAP;
mapserv->QueryCoordSource=NONE;
mapserv->ZoomSize=0; /* zoom absolute magnitude (i.e. > 0) */

Expand Down

0 comments on commit 66cd9d4

Please sign in to comment.