This commit is contained in:
Arndt Brenschede 2014-02-02 21:09:26 +01:00
parent 87ed332a56
commit db0c372941

View file

@ -79,7 +79,7 @@ public final class NodesCache
}
if ( nghosts == 0 ) continue;
int j=0;
OsmFile[] frow = fileRows[fileRows.length-nghosts];
OsmFile[] frow = new OsmFile[fileRow.length-nghosts];
for( OsmFile osmf : fileRow )
{
if ( osmf.ghost ) continue;