]> git.ipfire.org Git - thirdparty/cups.git/commit
ppd-cache.c: Fix generating cupsUrfSupported (fixes #952)
authorzdohnal <zdohnal@redhat.com>
Thu, 30 May 2024 06:12:48 +0000 (08:12 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 06:12:48 +0000 (08:12 +0200)
commitb7000b01cc04e9450ee630a9628e6eada9cf5fb0
tree0a2a8cabc44e36e4ebb08c3190428a0a2a792728
parent41b0b7891afe01b6de1b73e58f61657a6f146b24
parentef329f1da9db741513dd01811b8706d34cc953d2
ppd-cache.c: Fix generating cupsUrfSupported (fixes #952)

The PPD keyword got the option values concatenated together without commas, which broke filter processing in libcupsfilters

Sometimes more commas better commas :)