]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix unsigned char comparison to use "& 255" since the (unsigned char)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 30 Jan 2006 21:59:02 +0000 (21:59 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 30 Jan 2006 21:59:02 +0000 (21:59 +0000)
commit05460c405502f5113e6971dc2f57bbce6f2891dd
tree5f9219ec1c8d74dc1fcf04336cb3d7340bc318c1
parentb9af0be20242f8e3c95acfc1091d2cb9eeab4c1d
Fix unsigned char comparison to use "& 255" since the (unsigned char)
cast still generates a warning with some compilers.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5026 7a7537e8-13f0-0310-91df-b6672ffda945
cups/file.c