We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0decbf5 commit 1d43fb9Copy full SHA for 1d43fb9
magic.go
@@ -51,7 +51,7 @@ func (m MAP) set(cells []bpu.Cell) {
51
continue
52
}
53
54
- if idx%2 == 1 {
+ if idx%2 == 1 && cell.S != nil {
55
key := *cells[idx-1].S
56
m[key] = *cell.S
57
0 commit comments