another bug fix like the one in a7cf8d0f5e
thanks to Alexander D. Knauth for spotting this!
This commit is contained in:
parent
a7cf8d0f5e
commit
5a4e791826
|
@ -55,7 +55,7 @@
|
|||
(check-and-update-bluebox-info! ent)
|
||||
(match ent
|
||||
[(bluebox-info blueboxes.rktd offset tag-ht _)
|
||||
(define offset+lens (hash-ref tag-ht tag #f))
|
||||
(define offset+lens (and tag-ht (hash-ref tag-ht tag #f)))
|
||||
(cond
|
||||
[offset+lens
|
||||
(define lines
|
||||
|
|
Loading…
Reference in New Issue
Block a user