]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix ppdInstallableConflict conflict reporting 5213/head
authorAlbert Astals Cid <albert.astals.cid@kdab.com>
Tue, 2 Jan 2018 15:17:07 +0000 (16:17 +0100)
committerAlbert Astals Cid <albert.astals.cid@kdab.com>
Tue, 2 Jan 2018 15:17:07 +0000 (16:17 +0100)
commit4a9942a2f0080dd20aa7b95a2c08a9ffd8ebd6f0
tree400f823302e0c335a1b73f5450841bf9a25c556e
parent82341b0b4562b53bbba3afa088bb68ee591b7454
Fix ppdInstallableConflict conflict reporting

Without this patch it was taking all constraints into account, not only the ones
regarding the passed option so if you had a conflict somewhere else, every other
single option would be said to be conflicting which doesn't match what the
documentation says this function should do.
cups/ppd-conflicts.c