fix bitmap creation in bitmap/url

closes PR 14133
This commit is contained in:
Robby Findler 2013-10-29 15:03:23 -05:00
parent 684ede3157
commit bcc949bc03

View File

@ -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)