mirror of https://codeberg.org/cage/tinmop/
- fixxed call to 'member'.
This commit is contained in:
parent
a71492faa8
commit
d5182c2dac
|
@ -476,7 +476,7 @@
|
|||
(scale-jpeg main-window file-path))
|
||||
((member mime-type
|
||||
'("image/x-tga" "image/x-targa")
|
||||
#'string=)
|
||||
:test #'string=)
|
||||
(scale-targa main-window file-path))
|
||||
((string= mime-type +mime-type-png+)
|
||||
(scale-png main-window file-path))
|
||||
|
|
Loading…
Reference in New Issue