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.
2 parents c049206 + ac4a22c commit d6a8d73Copy full SHA for d6a8d73
bob.go
@@ -118,7 +118,7 @@ func (a *Aip) SetDataFromTapes(tapes []bpu.Tape) {
118
119
for _, tape := range tapes {
120
for _, cell := range tape.Cell {
121
- if *cell.S != Prefix && contains(a.Indices, indexCt) {
+ if cell.S != nil && *cell.S != Prefix && contains(a.Indices, indexCt) {
122
data = append(data, *cell.S)
123
} else {
124
data = append(data, pipe)
0 commit comments