Skip to content

Commit 90f7e50

Browse files
committed
Tweaks.
1 parent c0b289d commit 90f7e50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ext/bloom/bloom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ func (b *bloom) Open() (sqlite3.VTabCursor, error) {
262262

263263
type cursor struct {
264264
*bloom
265-
eof bool
266265
arg *sqlite3.Value
266+
eof bool
267267
}
268268

269269
func (c *cursor) Filter(idxNum int, idxStr string, arg ...sqlite3.Value) error {

vfs/tests/speedtest1/speedtest1_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func initFlags() {
7474
// keep test flags
7575
os.Args[i] = arg
7676
i++
77+
case arg == "--":
78+
// ignore this
7779
default:
7880
// collect everything else
7981
options = append(options, arg)

0 commit comments

Comments
 (0)