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)
|
(check-and-update-bluebox-info! ent)
|
||||||
(match ent
|
(match ent
|
||||||
[(bluebox-info blueboxes.rktd offset tag-ht _)
|
[(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
|
(cond
|
||||||
[offset+lens
|
[offset+lens
|
||||||
(define lines
|
(define lines
|
||||||
|
|
Loading…
Reference in New Issue
Block a user