1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- fixxed call to 'member'.

This commit is contained in:
cage 2023-12-24 22:34:09 +01:00
parent a71492faa8
commit d5182c2dac

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