]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Compare case-insesitively in cfFilterUniversal()
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 27 Aug 2022 23:16:02 +0000 (01:16 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 27 Aug 2022 23:16:02 +0000 (01:16 +0200)
commitacef0dcde1a1cd6a9aafd2442422078064f73864
tree07996706452d32bb7293e17aa8c7769815a52806
parent7575c7b528f617fd1d8dadb3883f15d8e43810f3
libcupsfilters: Compare case-insesitively in cfFilterUniversal()

Case-sensitive comparing of MIME types does not make sense, there are
no two MIME types where the names only differ by lower/uppar
case. This way wrongly written MIME types (like application/pclm
instead of application/PCLm) are no problem any more.
cupsfilters/universal.c