mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-06 01:50:42 +02:00
Forget to call Next() on iterator ... again. :-(
This commit is contained in:
@ -290,6 +290,7 @@ func (ldbs *LevelDBSession) plainSpatialQuery(first, second []byte, done chan st
|
||||
case <-done:
|
||||
return
|
||||
}
|
||||
it.Next()
|
||||
}
|
||||
if err = it.GetError(); err != nil {
|
||||
log.Printf("iterating failed: %s", err)
|
||||
|
Reference in New Issue
Block a user