OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
958 stars 174 forks source link

backend/usb-darwin.c: parse_pserror should be acepting UInt32, not int #923

Closed AtariDreams closed 3 months ago

AtariDreams commented 3 months ago

rbytes needs to be a UInt32 being a pointer for it is being passed but given that it is the only size parameter sent to parse_pserror, parse_pserror ought to have a UInt32 size as well.