fix bitmap creation in bitmap/url
closes PR 14133
This commit is contained in:
parent
684ede3157
commit
bcc949bc03
|
@ -1342,7 +1342,7 @@
|
|||
(call/input-url (string->url string)
|
||||
get-pure-port
|
||||
(λ (port)
|
||||
(make-object bitmap% port 'unknown #f #t)))))
|
||||
(make-object bitmap% port 'unknown/alpha #f #t)))))
|
||||
|
||||
(define/chk (bitmap/file filename)
|
||||
(unless (file-exists? filename)
|
||||
|
|
Loading…
Reference in New Issue
Block a user