Skip to content

Commit

Permalink
add erroneously removed statement (MapServer#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Aug 22, 2012
1 parent b61e664 commit 962ef6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapshape.c
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,7 @@ int msSHPLayerNextShape(layerObj *layer, shapeObj *shape)
msFreeShape(shape);
continue; /* skip NULL shapes */
}
shape->numvalues = layer->numitems;
shape->values = msDBFGetValueList(shpfile->hDBF, i, layer->iteminfo, layer->numitems);
if(!shape->values) {
shape->numvalues = 0;
Expand Down

0 comments on commit 962ef6f

Please sign in to comment.