]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
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)
The PPD keyword got the option values concatenated together without commas, which broke filter processing in libcupsfilters

Sometimes more commas better commas :)


Trivial merge