Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a192bf

Browse files
authored
Merge pull request mattn#716 from mattn/fix-variadic
Fix type of variadic
2 parents 5994cc5 + 81b9db8 commit 2a192bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎sqlite3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ func (c *SQLiteConn) RegisterAggregator(name string, impl interface{}, pure bool
683683
ai.stepArgConverters = append(ai.stepArgConverters, conv)
684684
}
685685
if step.IsVariadic() {
686-
conv, err := callbackArg(t.In(start + stepNArgs).Elem())
686+
conv, err := callbackArg(step.In(start + stepNArgs).Elem())
687687
if err != nil {
688688
return err
689689
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /