Skip to content

Commit d22261a

Browse files
committed
missed this
1 parent 3e9e2ff commit d22261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ func (table *table) initColumnData() error {
332332
break
333333
}
334334
}
335-
if fieldIndex <= 0 || extraIndex < 0 {
335+
if fieldIndex <= 0 || extraIndex <= 0 {
336336
return errors.New("database column information is malformed")
337337
}
338338

0 commit comments

Comments
 (0)