]> git.ipfire.org Git - thirdparty/cups.git/commit - CHANGES.md
Fixed an issue with mapping finishing options (rdar://34250727)
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 19:58:25 +0000 (14:58 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 17 Jan 2018 19:58:25 +0000 (14:58 -0500)
commit117bf0d1445b73dbd7c0f78c3b599969d828cf63
tree82a7f23138a1bcc5851eeb8033eb0a7056889f4f
parent4ef3ee3749c0de48ed75800167e65b4b7e3d7c7b
Fixed an issue with mapping finishing options (rdar://34250727)

cups/ppd-cache:
- Change _ppdCacheGetFinishingValues to take a ppd_file_t * so we can check
  marked choices.
- Update _cupsConvertOptions to send the ppd_file_t * to
  _ppdCacheGetFinishingValues.

cups/testcache.c:
- Update unit test.
CHANGES.md
cups/ppd-cache.c
cups/ppd-private.h
cups/testcache.c