]> granicus.if.org Git - handbrake/commit
MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a CFData...
authorDamiano Galassi <damiog@gmail.com>
Fri, 3 Nov 2017 06:32:09 +0000 (07:32 +0100)
committerDamiano Galassi <damiog@gmail.com>
Fri, 3 Nov 2017 06:32:09 +0000 (07:32 +0100)
commit60d0111324fc8d8014784e0a2af36c0fc26f694c
tree22c4950aed4703ec72bc7a9869ae698a8909aaf6
parentfee486545a4e5a641fb97468bb1b9ca8bdd57f24
 MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a CFData instance that can be filled up to the wanted capacity, but it doesn't set the CFData length to the capacity. Use CFDataSetLength to set the length. The original code doesn't work on 10.13.2 beta 1.
macosx/HBCore.m