1
0
Fork 0

- fixxed call to 'member'.

This commit is contained in:
cage 2023-12-24 22:34:09 +01:00
parent a71492faa8
commit d5182c2dac
1 changed files with 1 additions and 1 deletions

View File

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