Fixed bug in my unstable slideshow library.
This commit is contained in:
parent
ff9b535dc6
commit
e8e58b5a09
|
@ -173,7 +173,8 @@
|
||||||
(ghost pict) ... (ghost final)))))]
|
(ghost pict) ... (ghost final)))))]
|
||||||
[(_ test #:combine combine [literals expr] ...)
|
[(_ test #:combine combine [literals expr] ...)
|
||||||
(syntax/loc stx
|
(syntax/loc stx
|
||||||
(pict-case #:combine combine [literals expr] ... [else (blank 0 0)]))]
|
(pict-case test #:combine combine
|
||||||
|
[literals expr] ... [else (blank 0 0)]))]
|
||||||
[(_ test [literals expr] ...)
|
[(_ test [literals expr] ...)
|
||||||
(quasisyntax/loc stx
|
(quasisyntax/loc stx
|
||||||
(pict-case test #:combine #,(syntax-parameter-value #'pict-combine)
|
(pict-case test #:combine #,(syntax-parameter-value #'pict-combine)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user