[cups.bugs] [LOW] STR #1242: fix for a signed/unsigned mismatch in

Alexander Stohr stohr at schwab-gft.de
Fri Aug 12 14:16:43 PDT 2005


[STR New]

in pdftops code there was a c++ object that had private members
which were counting pages, but those were unneccessarily defined
as signed numbers. in a few comparisons the "sizeof" operator was
used which is an unsigned type. to eliminate the compilation warning
the private member and a few other local objects were converted to
unsigned types. this should not affect other code.

-Alex.

Link: http://www.cups.org/str.php?L1242
Version: 1.2-current
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Catalog.diff
Type: application/octet-stream
Size: 1954 bytes
Desc: not available
URL: <http://lists.cups.org/pipermail/cups-devel/attachments/20050812/a5b52e57/attachment.obj>


More information about the cups-devel mailing list